Skip to content

Commit 598e662

Browse files
committed
ignore tests
1 parent 5a6e41c commit 598e662

File tree

12 files changed

+8
-15
lines changed

12 files changed

+8
-15
lines changed

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ csharp_style_prefer_index_operator = true:warning
188188
csharp_style_prefer_range_operator = true:warning
189189
csharp_style_prefer_switch_expression = false:none
190190

191+
dotnet_style_prefer_collection_expression = false
192+
191193
#Supressing roslyn built-in analyzers
192194
# Suppress: EC112
193195

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
dotnet tool install --global JetBrains.ReSharper.GlobalTools --version 2025.3.1
2929
3030
- name: inspect/dotnet
31-
run: dotnet build fluXis.Desktop.slnf -c Debug -warnaserror -p:EnforceCodeStyleInBuild=true
31+
run: dotnet build fluXis.Desktop -c Debug -warnaserror -p:EnforceCodeStyleInBuild=true
3232

3333
- name: inspect/jetbrains
3434
run: dotnet jb inspectcode $(pwd)/fluXis.Desktop.slnf --no-build --output="inspectcodereport.xml" --verbosity=WARN

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ create-release.bat
99
fluXis.sln.DotSettings.user
1010
steam_appid.txt
1111
/build
12-
xmldoc.xml
12+
xmldoc.xml
13+
inspectcodereport.xml

LuaDefinitionMaker/LuaDefinitionMaker.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8-
<LangVersion>11</LangVersion>
98
</PropertyGroup>
109

1110
<ItemGroup>

fluXis.Android/fluXis.Android.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<AssemblyName>fluXis.Android</AssemblyName>
77
<EnableLLVM>false</EnableLLVM>
88
<Version>0.0.0</Version>
9-
<LangVersion>11</LangVersion>
109
<ApplicationVersion Condition=" '$(ApplicationVersion)' == '' ">1</ApplicationVersion>
1110
<ApplicationDisplayVersion Condition=" '$(ApplicationDisplayVersion)' == '' ">$(Version)</ApplicationDisplayVersion>
1211
<NullabilityInfoContextSupport>true</NullabilityInfoContextSupport>

fluXis.Desktop/fluXis.Desktop.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<Version>0.0.0</Version>
99
<FileVersion>0.0.0</FileVersion>
1010
<Authors>TeamFluXis</Authors>
11-
<LangVersion>11</LangVersion>
1211
<PackageId>fluXis.Desktop</PackageId>
1312
<AssemblyName>fluXis</AssemblyName>
1413
<!-- <DefineConstants>CLOSED_TESTING</DefineConstants>-->

fluXis.Import.Quaver/fluXis.Import.Quaver.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<LangVersion>11</LangVersion>
65
</PropertyGroup>
76

87
<ItemGroup Label="Project References">

fluXis.Import.Stepmania/fluXis.Import.Stepmania.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<LangVersion>11</LangVersion>
65
</PropertyGroup>
76

87
<ItemGroup Label="Project References">

fluXis.Import.osu/fluXis.Import.osu.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<LangVersion>11</LangVersion>
65
</PropertyGroup>
76

87
<ItemGroup Label="Project References">

fluXis.Tests/fluXis.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net8.0</TargetFramework>
55
<GenerateProgramFile>false</GenerateProgramFile>
6-
<LangVersion>11</LangVersion>
76
</PropertyGroup>
87
<ItemGroup Label="Project References">
98
<ProjectReference Include="..\fluXis\fluXis.csproj" />

0 commit comments

Comments
 (0)