Skip to content

Commit c211400

Browse files
committed
Revert "Convert to slnx"
This reverts commit e10a3e9.
1 parent f743094 commit c211400

File tree

6 files changed

+483
-58
lines changed

6 files changed

+483
-58
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
env:
2424
DOTNET_NOLOGO: true
2525
DOTNET_CLI_TELEMETRY_OPTOUT: true
26-
SOLUTION_FILE: JsonApiDotNetCore.slnx
26+
SOLUTION_FILE: JsonApiDotNetCore.sln
2727

2828
jobs:
2929
build-and-test:

JsonApiDotNetCore.sln

Lines changed: 479 additions & 0 deletions
Large diffs are not rendered by default.

JsonApiDotNetCore.slnx.DotSettings renamed to JsonApiDotNetCore.sln.DotSettings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<s:Int64 x:Key="/Default/CodeEditing/NullCheckPatterns/PatternTypeNamesToPriority/=JetBrains_002EReSharper_002EFeature_002EServices_002ECSharp_002ENullChecking_002EThrowExpressionNullCheckPattern/@EntryIndexedValue">3000</s:Int64>
55
<s:Boolean x:Key="/Default/CodeInspection/CodeAnnotations/PropagateAnnotations/@EntryValue">False</s:Boolean>
66
<s:Boolean x:Key="/Default/CodeInspection/ExcludedFiles/FileMasksToSkip/=swagger_002Ejson/@EntryIndexedValue">True</s:Boolean>
7-
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/GeneratedFilesAndFolders/=58FE19B6_002DF84A_002D990C_002DB25F_002DE37C391C3BD3_002Ff_003AReadOnlySet_002Ecs/@EntryIndexedValue">58FE19B6-F84A-990C-B25F-E37C391C3BD3/f:ReadOnlySet.cs</s:String>
7+
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/GeneratedFilesAndFolders/=83FF097C_002DC8C6_002D477B_002D9FAB_002DDF99B84978B5_002Ff_003AReadOnlySet_002Ecs/@EntryIndexedValue">83FF097C-C8C6-477B-9FAB-DF99B84978B5/f:ReadOnlySet.cs</s:String>
88
<s:String x:Key="/Default/CodeInspection/GeneratedCode/GeneratedFileMasks/=swagger_002Eg_002Ejson/@EntryIndexedValue">swagger.g.json</s:String>
99
<s:String x:Key="/Default/CodeInspection/GeneratedCode/GeneratedFileMasks/=swagger_002Ejson/@EntryIndexedValue">swagger.json</s:String>
1010
<s:String x:Key="/Default/CodeInspection/Highlighting/AnalysisEnabled/@EntryValue">SOLUTION</s:String>

JsonApiDotNetCore.slnx

Lines changed: 0 additions & 54 deletions
This file was deleted.

cleanupcode.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $PSNativeCommandUseErrorActionPreference = $true
1313
dotnet tool restore
1414
dotnet restore
1515

16-
$solutionFile = 'JsonApiDotNetCore.slnx'
16+
$solutionFile = 'JsonApiDotNetCore.sln'
1717

1818
if ($revision) {
1919
$headCommitHash = git rev-parse HEAD

inspectcode.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $PSNativeCommandUseErrorActionPreference = $true
66

77
dotnet tool restore
88

9-
$solutionFile = 'JsonApiDotNetCore.slnx'
9+
$solutionFile = 'JsonApiDotNetCore.sln'
1010
$outputPath = [System.IO.Path]::Combine([System.IO.Path]::GetTempPath(), 'jetbrains-inspectcode-results.xml')
1111
$resultPath = [System.IO.Path]::Combine([System.IO.Path]::GetTempPath(), 'jetbrains-inspectcode-results.html')
1212

0 commit comments

Comments
 (0)