31 lines
2.0 KiB
XML
31 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>JetBrains.Annotations</id>
|
|
<version>2021.2.0</version>
|
|
<title>JetBrains ReSharper Annotations</title>
|
|
<authors>JetBrains</authors>
|
|
<owners>JetBrains</owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>icon.png</icon>
|
|
<projectUrl>https://www.jetbrains.com/help/resharper/Code_Analysis__Code_Annotations.html</projectUrl>
|
|
<iconUrl>https://resources.jetbrains.com/storage/products/resharper/img/meta/ReSharper_64.png</iconUrl>
|
|
<description>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.
|
|
|
|
All usages of ReSharper Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.</description>
|
|
<summary>Annotations to increase accuracy of ReSharper code inspections</summary>
|
|
<releaseNotes>• Added 'UriStringAttribute' to enable URL features on string literals
|
|
• Added 'RequireStaticDelegateAttribute' to enforce the allocation-less usage patterns</releaseNotes>
|
|
<tags>jetbrains resharper annotations canbenull notnull</tags>
|
|
<dependencies>
|
|
<group targetFramework=".NETFramework2.0" />
|
|
<group targetFramework=".NETPortable4.0-Profile328" />
|
|
<group targetFramework=".NETStandard1.0">
|
|
<dependency id="System.Runtime" version="4.1.0" />
|
|
</group>
|
|
<group targetFramework=".NETStandard2.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |