Update extension version and refactor project#11
Merged
Merged
Conversation
Updated the `ProtoAttributor` extension version from `1.2` to `1.3`. Switched the testing framework from `FluentAssertions` to `Shouldly` for improved syntax and integration. Upgraded `Microsoft.CodeAnalysis.CSharp` and other package dependencies to their latest versions for enhanced performance and features. Removed obsolete files and projects, including `ProtoAttributorTestShell.sln`, `ProtoAttributorTestShell.csproj`, and several model files, indicating a project structure cleanup. Added VS Code configuration files to support development in VS Code with tailored settings and tasks. Updated `TriviaMaintainer.cs` to use `IsKind` for syntax checks, adopting a more modern approach.
Removed the `source.extension.vsixmanifest` file and updated the solution to target Visual Studio 2022 exclusively. The project configuration has been streamlined by eliminating conditional logic for different VS versions, setting a unified target framework of v4.8, and updating dependencies. This change reduces complexity and focuses development on the latest Visual Studio environment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the
ProtoAttributorextension version from1.2to1.3. Switched the testing framework fromFluentAssertionstoShouldlyfor improved syntax and integration. UpgradedMicrosoft.CodeAnalysis.CSharpand other package dependencies to their latest versions for enhanced performance and features. Removed obsolete files and projects, includingProtoAttributorTestShell.sln,ProtoAttributorTestShell.csproj, and several model files, indicating a project structure cleanup. Added VS Code configuration files to support development in VS Code with tailored settings and tasks. UpdatedTriviaMaintainer.csto useIsKindfor syntax checks, adopting a more modern approach.