Skip to content

Commit 6565d31

Browse files
authored
fixes
1 parent a328420 commit 6565d31

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/Annotations.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1760,8 +1760,11 @@ public sealed class AspMinimalApiHandlerAttribute : Attribute { }
17601760
public sealed class AspMinimalApiImplicitEndpointDeclarationAttribute : Attribute
17611761
{
17621762
public string HttpVerb { get; set; }
1763+
17631764
public string RouteTemplate { get; set; }
1765+
17641766
public Type BodyType { get; set; }
1767+
17651768
/// <summary>
17661769
/// Comma-separated list of query parameters defined for endpoint
17671770
/// </summary>

src/JetBrains.Annotations.nuspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ JetBrains.Annotations help reduce false positive warnings, explicitly declare pu
1818
All usages of JetBrains.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.
1919
</description>
2020
<releaseNotes>
21+
&#8226; Added MustDisposeResourceAttribute and HandlesResourceDisposalAttribute attributes for resource disposal analysis.
22+
&#8226; Added SourceTemplateAttribute.Target property to provide a way to specify expression source template must be applied to.
2123
&#8226; Added IgnoreSpellingAndGrammarErrorsAttribute to allow ignore grammar and spelling errors in literals passed to marked parameters.
2224
&#8226; Added AspMinimalApiImplicitEndpointDeclarationAttribute to make IDE aware of Minimal API endpoints from third-party libraries.
2325
</releaseNotes>

0 commit comments

Comments
 (0)