1.0.1
First stable release of PolySharp.
🪄 Polyfills
- Nullability attributes (for nullable reference types):
[AllowNull][DisallowNull][DoesNotReturn][DoesNotReturnIf][MaybeNull][MaybeNullWhen][MemberNotNull][MemberNotNullWhen][NotNull][NotNullIfNotNull][NotNullWhen]
IndexandRange(see indices and ranges)[UnscopedRef](see low-level struct improvements)- Required members (see required modifier)
[RequiredMember][SetsRequiredMembers]
[CompilerFeatureRequired](needed to support several features)[IsExternalInit](needed for init-only properties)[SkipLocalsInit](see docs)- Interpolated string handlers (see docs)
[InterpolatedStringHandler][InterpolatedStringHandlerArgument]
[CallerArgumentExpression](see docs)
⚙️ Options
- "PolySharpUsePublicAccessibilityForGeneratedTypes": changes the accessibility of generated types from
internaltopublic.