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
Copy file name to clipboardExpand all lines: README.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,32 @@ IL weaver for adding nullability annotations to .NET Framework and .NET Standard
8
8
9
9
[](https://gitter.im/tunnelvisionlabs/ReferenceAssemblyAnnotator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
10
10
11
+
## Requirements
12
+
13
+
* Build: C# compiler version 3.2 Beta 2 or newer (ships with Visual Studio 2019 version 16.3 Preview 2 and newer). Older
14
+
versions of the compiler interpret nullable metadata differently, which can lead to incorrect build warnings.
15
+
* Editing experience: Visual Studio 2019 version 16.3 Preview 2 or newer.
16
+
11
17
## Usage
12
18
19
+
### Assemblies included by default
20
+
21
+
* .NET Framework targets
22
+
* mscorlib
23
+
* .NET Standard targets
24
+
* All assemblies which are defined by the .NET Standard
25
+
26
+
### Example configuration
27
+
13
28
```xml
14
29
<PropertyGroup>
15
30
<!-- Specifies the version of this rewriter to use -->
0 commit comments