We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some templates and other services could be implemented using actual .NET assembly. We should provide a way to extend used services.
Place service contracts to separate assembly. Consider versioning this assembly like VS services are versioned. Deploy this assembly to NuGet.
We should use here feature interfaces and when needed append index on the end. Namespace should be without version.
All UI layer, VS package etc place in another assembly, referencing contracts from NuGet.
The text was updated successfully, but these errors were encountered:
NuGet publish is postponed for now.
Sorry, something went wrong.
No branches or pull requests
Some templates and other services could be implemented using actual .NET assembly.
We should provide a way to extend used services.
Contracts
Place service contracts to separate assembly.
Consider versioning this assembly like VS services are versioned.
Deploy this assembly to NuGet.
We should use here feature interfaces and when needed append index on the end.
Namespace should be without version.
UI & infrastructure
All UI layer, VS package etc place in another assembly, referencing contracts from NuGet.
The text was updated successfully, but these errors were encountered: