Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.86 KB

File metadata and controls

30 lines (20 loc) · 1.86 KB

AppCore.NET Shared

Nuget MyGet

This repository includes projects, targeting .NET Framework and .NET Standard, containing utility types commonly used across other AppCore .NET projects.

All artifacts are licensed under the MIT license. You are free to use them in open-source or commercial projects as long as you keep the copyright notice intact when redistributing or otherwise reusing our artifacts.

Packages

Latest development packages can be found on MyGet.

The following packages are published as source NuGet packages, your application or library will not have a runtime dependency on them.

Package Description
AppCoreNet.Attributes.Sources Provides poly fills for .NET attributes.
AppCoreNet.Diagnostics.Sources Provides static classes to ensure program contracts.
AppCoreNet.TypeHelpers.Sources Includes extensions for Type and Assembly and a fast activator for types.

Contributing

Contributions, whether you file an issue, fix some bug or implement a new feature, are highly appreciated. The whole user community will benefit from them.

Please refer to the Contribution guide.