-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new analysis and code fixers (#9)
* 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
1 parent
9be4bce
commit c23e777
Showing
16 changed files
with
1,338 additions
and
679 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
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
136
src/Shouldly.FromAssert.Tests/NUnitToShouldlyConverterTests.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.