Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 28, 2024
1 parent 6a2d57d commit 0f55742
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 62 deletions.
2 changes: 1 addition & 1 deletion apiCount.include.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
**API count: 289**
**API count: 288**
7 changes: 2 additions & 5 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,10 @@ using Link = System.ComponentModel.DescriptionAttribute;
public
#endif
sealed class ModuleInitializerAttribute :
Attribute
{
}

Attribute;
#endif
```
<sup><a href='/src/Polyfill/ModuleInitializerAttribute.cs#L1-L45' title='Snippet source file'>snippet source</a> | <a href='#snippet-ModuleInitializerAttribute.cs' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Polyfill/ModuleInitializerAttribute.cs#L1-L42' title='Snippet source file'>snippet source</a> | <a href='#snippet-ModuleInitializerAttribute.cs' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->


Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The package targets `netstandard2.0` and is designed to support the following ru
* `net5.0`, `net6.0`, `net7.0`, `net8.0`, `net9.0`


**API count: 289**<!-- singleLineInclude: apiCount. path: /apiCount.include.md -->
**API count: 288**<!-- singleLineInclude: apiCount. path: /apiCount.include.md -->


**See [Milestones](../../milestones?state=closed) for release notes.**
Expand Down
5 changes: 1 addition & 4 deletions src/Polyfill/DisableRuntimeMarshallingAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@ namespace System.Runtime.CompilerServices;
public
#endif
sealed class DisableRuntimeMarshallingAttribute :
Attribute
{
}

Attribute;
#endif
5 changes: 1 addition & 4 deletions src/Polyfill/ModuleInitializerAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,5 @@ namespace System.Runtime.CompilerServices;
public
#endif
sealed class ModuleInitializerAttribute :
Attribute
{
}

Attribute;
#endif
5 changes: 1 addition & 4 deletions src/Polyfill/Nullable/AllowNullAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ namespace System.Diagnostics.CodeAnalysis;
public
#endif
sealed class AllowNullAttribute :
Attribute
{
}

Attribute;
#endif
5 changes: 1 addition & 4 deletions src/Polyfill/Nullable/DisallowNullAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ namespace System.Diagnostics.CodeAnalysis;
public
#endif
sealed class DisallowNullAttribute :
Attribute
{
}

Attribute;
#endif
5 changes: 1 addition & 4 deletions src/Polyfill/Nullable/DoesNotReturnAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ namespace System.Diagnostics.CodeAnalysis;
public
#endif
sealed class DoesNotReturnAttribute :
Attribute
{
}

Attribute;
#endif
5 changes: 1 addition & 4 deletions src/Polyfill/Nullable/MaybeNullAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@ namespace System.Diagnostics.CodeAnalysis;
public
#endif
sealed class MaybeNullAttribute :
Attribute
{
}

Attribute;
#endif
5 changes: 1 addition & 4 deletions src/Polyfill/Nullable/NotNullAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@ namespace System.Diagnostics.CodeAnalysis;
public
#endif
sealed class NotNullAttribute :
Attribute
{
}

Attribute;
#endif
4 changes: 1 addition & 3 deletions src/Polyfill/RequiredMemberAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ namespace System.Runtime.CompilerServices;
public
#endif
sealed class RequiredMemberAttribute :
Attribute
{ }

Attribute;
#endif
5 changes: 1 addition & 4 deletions src/Polyfill/SetsRequiredMembersAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@ namespace System.Diagnostics.CodeAnalysis;
public
#endif
sealed class SetsRequiredMembersAttribute :
Attribute
{
}

Attribute;
#endif
5 changes: 1 addition & 4 deletions src/Polyfill/SkipLocalsInitAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,5 @@ namespace System.Runtime.CompilerServices;
public
#endif
sealed class SkipLocalsInitAttribute :
Attribute
{
}

Attribute;
#endif
5 changes: 1 addition & 4 deletions src/Polyfill/StackTraceHiddenAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@ namespace System.Diagnostics;
public
#endif
sealed class StackTraceHiddenAttribute :
Attribute
{
}

Attribute;
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@ namespace System.Runtime.CompilerServices;
public
#endif
sealed class InterpolatedStringHandlerAttribute :
Attribute
{
}

Attribute;
#endif
5 changes: 1 addition & 4 deletions src/Polyfill/SuppressGCTransitionAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,5 @@ namespace System.Runtime.InteropServices;
public
#endif
sealed class SuppressGCTransitionAttribute :
Attribute
{
}

Attribute;
#endif
5 changes: 1 addition & 4 deletions src/Polyfill/UnscopedRefAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,5 @@ namespace System.Diagnostics.CodeAnalysis;
public
#endif
sealed class UnscopedRefAttribute :
Attribute
{
}

Attribute;
#endif

0 comments on commit 0f55742

Please sign in to comment.