Implement Open-source library guidance
Part 1 |
|
Part 2 |
|
Part 3 |
|
Part 4 |
|
Part 5 |
|
Part 6 |
|
Part 7 |
I have written previously a booklet about “Making Open Source Component from idea to deploy With examples from .NET Core” .
Now Microsoft and contributors make a library guidance for OpenSource projects at https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/ . I will take as a working point my component, https://github.com/ignatandrei/AOP_With_Roslyn , and see where it goes and how many things I already implemented.
The items are:
Cross-platform targeting
Strong naming
NuGet and open-source libraries
Dependencies
SourceLink
Publishing
Versioning
I will implement each one in one blog post
Leave a Reply