You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`AppCoreNet.Attributes.Sources`](src/AppCoreNet.Attributes.Sources/README.md)| Provides poly fills for .NET attributes. |
22
+
|[`AppCoreNet.Diagnostics.Sources`](src/AppCoreNet.Diagnostics.Sources/README.md)| Provides static classes to ensure program contracts. |
23
+
|[`AppCoreNet.TypeHelpers.Sources`](src/AppCoreNet.TypeHelpers.Sources/README.md)| Includes extensions for `Type` and `Assembly` and a fast activator for types. |
24
24
25
25
## Contributing
26
26
27
27
Contributions, whether you file an issue, fix some bug or implement a new feature, are highly appreciated. The whole user community
28
28
will benefit from them.
29
29
30
30
Please refer to the [Contribution guide](CONTRIBUTING.md).
31
-
32
-
# Usage
33
-
34
-
## AppCoreNet.Attributes.Sources
35
-
36
-
This package includes sources for attributes which are defined in newer .NET versions (>= .NET Core 3.0) such as
37
-
attributes required for nullable reference types, attributes required for the `required` keyword and others.
38
-
39
-
If you are using the `Polyfill` or `Nullable` package these attributes are automatically disabled. You can control the
40
-
inclusion of these attributes with the following MSBuild properties:
0 commit comments