rsaz / csharp-snippet-productivity

The complete snippet toolbox for C#"
MIT License
19 stars 6 forks source link

Feature/codefix refactor #25

Closed rsaz closed 5 months ago

rsaz commented 5 months ago
  • All Project Types: Added support for all project types and templates under project creation.
  • Support for .NET 7.0 and .NET 8.0
  • Performance improvements: Extension loading time decreased and command execution time decreased.
  • Snippet improvements: Fixed snippet conflicts and non standard snippets.
  • Project Template and Framework Compatibility Validation: Validates the project template and framework compatibility based on the .NET SDK installed on the machine.
  • Add or Create Project with empty space: Added validation to avoid creating projects with empty spaces.
  • Suggests the user to add the default folder: Reinforce the use of the default folder for project creation.