You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: A clear and concise description of what the bug is
11
+
validations:
12
+
required: true
13
+
14
+
- type: input
15
+
id: reproduce-code
16
+
attributes:
17
+
description: |
18
+
If possible, the best way to display an issue is by making a reproducable code snippet available at jsfiddle.
19
+
Create a dotnet fiddle which reproduces your issue. You can use [this template](https://p1k.se/sharpziplib-repro) or [create a new one](https://dotnetfiddle.net/).
20
+
placeholder: https://dotnetfiddle.net/r39r0c0d3
21
+
label: Reproduction Code
22
+
23
+
- type: textarea
24
+
id: reproduce-steps
25
+
attributes:
26
+
label: Steps to reproduce
27
+
description: Steps to reproduce the behavior
28
+
placeholder: |
29
+
1. Go to '...'
30
+
2. Click on '....'
31
+
3. Scroll down to '....'
32
+
4. See error
33
+
validations:
34
+
required: true
35
+
36
+
- type: textarea
37
+
id: expected
38
+
attributes:
39
+
label: Expected behavior
40
+
description: A clear and concise description of what you expected to happen.
41
+
validations:
42
+
required: true
43
+
44
+
- type: dropdown
45
+
attributes:
46
+
label: Operating System
47
+
multiple: true
48
+
options:
49
+
- Windows
50
+
- macOS
51
+
- Linux
52
+
validations:
53
+
required: false
54
+
55
+
- type: dropdown
56
+
attributes:
57
+
label: Framework Version
58
+
multiple: true
59
+
options:
60
+
- .NET 7
61
+
- .NET 6
62
+
- .NET 5
63
+
- .NET Core v3 and earlier
64
+
- .NET Framework 4.x
65
+
- Unity
66
+
- Other
67
+
validations:
68
+
required: false
69
+
70
+
- type: dropdown
71
+
id: areas
72
+
attributes:
73
+
label: What areas are your issue related to?
74
+
multiple: true
75
+
options:
76
+
- ZIP
77
+
- GZip
78
+
- Tar
79
+
- BZip2
80
+
- Other compression
81
+
- Other storage
82
+
- ZipCrypto
83
+
- AES
84
+
- Other encryption
85
+
- Async
86
+
87
+
- type: textarea
88
+
attributes:
89
+
label: Additional context
90
+
description: Add any other context about the problem here.
0 commit comments