C# Nuget packages - Design/Architecture patterns and best practices
Hi,
I'm looking to start writing an open source nuget package that implements and a specific company's API, but not really finding much information on best practices for patterns and structure of the project.
I understand points like versioning, authoring, etc.
Are there any specific requirements or limitations I need to take into account code wise however? Are there any specific design patterns that simplifies package development and/or implementation?
I'm looking to start writing an open source nuget package that implements and a specific company's API, but not really finding much information on best practices for patterns and structure of the project.
I understand points like versioning, authoring, etc.
Are there any specific requirements or limitations I need to take into account code wise however? Are there any specific design patterns that simplifies package development and/or implementation?