Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SetsRequiredMembersAttribute class
- Added `SetsRequiredMembersAttribute.cs` defining a new attribute class `SetsRequiredMembersAttribute` in the `System.Diagnostics.CodeAnalysis` namespace. - Updated `MissingAttributes.csproj` to include the new file for the `net6.0` target framework. - The attribute is designed for constructors, marked as `sealed`, and cannot be used multiple times on the same constructor or inherited by derived classes.
- Loading branch information