Skip to content

Commit

Permalink
Add new analysis and code fixers (#9)
Browse files Browse the repository at this point in the history
* Add new analisys and code fixers

* fix

* remove existing code fix and tests

* remove unused class

* clena and fix namespace

* test

* refactor registration

* add ability to debug in visual studio

* fix proj ref

* add CI sln file

* Update Shouldly.FromAssert.csproj

---------

Co-authored-by: Joel Dickson <[email protected]>
Co-authored-by: Joel Dickson <[email protected]>
  • Loading branch information
3 people authored Sep 7, 2024
1 parent 9be4bce commit c23e777
Show file tree
Hide file tree
Showing 16 changed files with 1,338 additions and 679 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
NETCORE_VERSION: '6.0.x'
GIT_REPO_ROOT: src
MAJOR_MINOR_VERSION: 1.1.
SOLUTION_FILE: Shouldly.FromAssert.sln
SOLUTION_FILE: Shouldly.FromAssert.CI.sln


jobs:
Expand Down
35 changes: 35 additions & 0 deletions src/Shouldly.FromAssert.CI.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shouldly.FromAssert", "Shouldly.FromAssert\Shouldly.FromAssert.csproj", "{7574EA9B-058A-494B-82DB-CE12C7D16823}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shouldly.FromAssert.Tests", "Shouldly.FromAssert.Tests\Shouldly.FromAssert.Tests.csproj", "{79FB1AC6-5159-4F72-8603-9D17BE600097}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7574EA9B-058A-494B-82DB-CE12C7D16823}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7574EA9B-058A-494B-82DB-CE12C7D16823}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7574EA9B-058A-494B-82DB-CE12C7D16823}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7574EA9B-058A-494B-82DB-CE12C7D16823}.Release|Any CPU.Build.0 = Release|Any CPU
{79FB1AC6-5159-4F72-8603-9D17BE600097}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79FB1AC6-5159-4F72-8603-9D17BE600097}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79FB1AC6-5159-4F72-8603-9D17BE600097}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79FB1AC6-5159-4F72-8603-9D17BE600097}.Release|Any CPU.Build.0 = Release|Any CPU
{985F8348-378C-4F5A-80FF-82565C0E5A45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{985F8348-378C-4F5A-80FF-82565C0E5A45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{985F8348-378C-4F5A-80FF-82565C0E5A45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{985F8348-378C-4F5A-80FF-82565C0E5A45}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C597B063-EA72-4A91-80A0-AA489B38559E}
EndGlobalSection
EndGlobal
136 changes: 0 additions & 136 deletions src/Shouldly.FromAssert.Tests/NUnitToShouldlyConverterTests.cs

This file was deleted.

Loading

0 comments on commit c23e777

Please sign in to comment.