Skip to content

Commit

Permalink
Fixed a link.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelroemer committed Dec 24, 2019
1 parent 8fd42d4 commit 80e29e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ compiler will still use them for generating warnings, even though the target fra
support these attributes by itself.

This repository hosts the code for the ["Nullable" NuGet Package](https://www.nuget.org/packages/Nullable)
which adds [a single C# source code file](https://github.com/manuelroemer/Nullable/blob/master/src/Nullable/NullableAttributes.cs)
which adds [a single C# source code file](https://github.com/manuelroemer/Nullable/blob/master/src/Nullable.ExcludeFromCodeCoverage/NullableAttributes.cs)
redefining all of the new nullable attributes to projects which reference the package.

This file is added **at compile time** and gets **built into the referencing project**.
Expand Down

0 comments on commit 80e29e3

Please sign in to comment.