This repository was archived by the owner on Jun 20, 2023. It is now read-only.
Commit a87739b
committed
Temp Workaround: System.IO.Compression fix
There is a bug in Mono's System.IO.Compression which causes ZipArchive to produce an incorrect .zip file. This results in corrupt .nupkg files which do not properly install in the IDE.
Until the mono bug is fixed, this workaround is needed to build valid .nupkg files1 parent 1428e59 commit a87739b
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
72 | 90 | | |
73 | 91 | | |
74 | 92 | | |
| |||
0 commit comments