Skip to content

bepost/jetbrains-annotations-internal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppVeyor build status NuGet

JetBrains ReSharper Annotations - C# Internal Implementation

ReSharper Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of ReSharper code inspections.

This package is a clone of the JetBrains.Annotations project by JetBrains, but not resulting in a public .dll that could prove to collide with other implementations, but resulting in an internal code contribution that will not collide externally.

For some reason the Nuget team decided that the content files feature is not (yet) available for .net Core projects. In this situation you might want to consider downloading the actual file and using this in your code. The file has all the required annotations and pragma's to make sure you won't get warnings about file locations and inconsistent naming.

All credits for the actual functionality goes to the JetBrains team.

About

Annotations for Resharper, but internal only

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages