We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9665c61 commit 398a54cCopy full SHA for 398a54c
thirdparty/DotnetPackaging.Msix/Core/MakeAppxDeflate.cs
@@ -21,6 +21,7 @@ public static IObservable<byte[]> GetMakeAppxVersionOfDeflate(IByteSource source
21
22
public static async Task<byte[]?> GetMakeAppxVersionOfDeflate(byte[] inputBuffer)
23
{
24
+ // Data error this way, todo, look into it
25
if (inputBuffer.Length == 0)
26
27
return [];
0 commit comments