File tree 9 files changed +22
-19
lines changed
9 files changed +22
-19
lines changed Original file line number Diff line number Diff line change 21
21
]
22
22
},
23
23
"docfx" : {
24
- "version" : " 2.74.0 " ,
24
+ "version" : " 2.75.2 " ,
25
25
"commands" : [
26
26
" docfx"
27
27
]
Original file line number Diff line number Diff line change @@ -241,6 +241,7 @@ dotnet_diagnostic.CA1303.severity = none # We don't translate exception and log
241
241
dotnet_diagnostic.SA1025.severity = none # Allow spaces in comments to structure info
242
242
dotnet_diagnostic.IDE0045.severity = suggestion # Simplify ifs
243
243
dotnet_diagnostic.IDE0046.severity = suggestion # Simplify ifs
244
+ dotnet_diagnostic.IDE0057.severity = suggestion # Slice can be simplified
244
245
245
246
# ## StyleCop
246
247
dotnet_diagnostic.SA1101.severity = none # Do not force to prefix local calls with ' this'
@@ -263,6 +264,8 @@ dotnet_diagnostic.CA1305.severity = none # No culture method for quick test code
263
264
dotnet_diagnostic.CA1307.severity = none # No culture method for quick test code
264
265
dotnet_diagnostic.SA0001.severity = none # Disable documentation
265
266
dotnet_diagnostic.SA1600.severity = none # Disable documentation
267
+ dotnet_diagnostic.SA1601.severity = none # Disable documentation
268
+ dotnet_diagnostic.SA1602.severity = none # Disable documentation
266
269
dotnet_diagnostic.SA1201.severity = none # Allow enums inside classes
267
270
dotnet_diagnostic.S1144.severity = none # Remove unused setter
268
271
dotnet_diagnostic.S2094.severity = none # Remove empty class
Original file line number Diff line number Diff line change 15
15
name : " Build"
16
16
uses : ./.github/workflows/build.yml
17
17
with :
18
- dotnet_version : ' 8.0.100 '
18
+ dotnet_version : ' 8.0.101 '
19
19
secrets :
20
20
test_resources : ${{ secrets.TEST_RESOURCES_URI_V1 }}
21
21
27
27
needs : build
28
28
uses : ./.github/workflows/deploy.yml
29
29
with :
30
- dotnet_version : ' 8.0.100 '
30
+ dotnet_version : ' 8.0.101 '
31
31
azure_nuget_feed : ' https://pkgs.dev.azure.com/SceneGate/SceneGate/_packaging/SceneGate-Preview/nuget/v3/index.json'
32
32
secrets :
33
33
nuget_preview_token : " az" # Dummy values as we use Azure DevOps onlyg
Original file line number Diff line number Diff line change 30
30
fetch-depth : 0 # We need full history for version number
31
31
32
32
- name : " Setup .NET SDK"
33
- uses : actions/setup-dotnet@v3
33
+ uses : actions/setup-dotnet@v4
34
34
with :
35
35
dotnet-version : ${{ inputs.dotnet_version }}
36
36
55
55
56
56
- name : " Publish artifacts to CI"
57
57
if : ${{ matrix.is_main_build }}
58
- uses : actions/upload-artifact@v3
58
+ uses : actions/upload-artifact@v4
59
59
with :
60
60
name : " Artifacts"
61
61
retention-days : 7
65
65
66
66
- name : Publish docs artifact to CI
67
67
if : ${{ matrix.is_main_build }}
68
- uses : actions/upload-pages-artifact@v2
68
+ uses : actions/upload-pages-artifact@v3
69
69
with :
70
70
path : build/artifacts/docs
Original file line number Diff line number Diff line change 32
32
steps :
33
33
- name : Deploy to GitHub Pages
34
34
id : deployment
35
- uses : actions/deploy-pages@v2
35
+ uses : actions/deploy-pages@v4
36
36
37
37
push_artifacts :
38
38
name : " Artifacts"
@@ -44,13 +44,13 @@ jobs:
44
44
fetch-depth : 0 # We need full history for version number
45
45
46
46
- name : " Download artifacts"
47
- uses : actions/download-artifact@v3
47
+ uses : actions/download-artifact@v4
48
48
with :
49
49
name : " Artifacts"
50
50
path : " ./build/artifacts/"
51
51
52
52
- name : " Setup .NET SDK"
53
- uses : actions/setup-dotnet@v3
53
+ uses : actions/setup-dotnet@v4
54
54
with :
55
55
dotnet-version : ${{ inputs.dotnet_version }}
56
56
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ build/temp/
10
10
.vs /
11
11
* .csproj.user
12
12
* .DotSettings.user
13
+ launchSettings.json
13
14
14
15
# Test results
15
16
BenchmarkDotNet.Artifacts /
Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Cake.Frosting.PleOps.Recipe" Version =" 1.0.1 " />
14
+ <PackageReference Include =" Cake.Frosting.PleOps.Recipe" Version =" 1.0.3 " />
15
15
</ItemGroup >
16
16
17
17
</Project >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<!-- Centralize dependency management -->
3
3
<ItemGroup >
4
- <PackageVersion Include =" Yarhl" Version =" 4.0.0-preview.283 " />
5
- <PackageVersion Include =" Yarhl.Media.Text" Version =" 4.0.0-preview.283 " />
6
- <PackageVersion Include =" Texim" Version =" 0.1.0-preview.207 " />
4
+ <PackageVersion Include =" Yarhl" Version =" 4.0.0" />
5
+ <PackageVersion Include =" Yarhl.Media.Text" Version =" 4.0.0" />
6
+ <PackageVersion Include =" Texim" Version =" 0.1.0-preview.210 " />
7
7
<PackageVersion Include =" System.Data.HashFunction.CRC" Version =" 2.0.0" />
8
8
<PackageVersion Include =" Portable.BouncyCastle" Version =" 1.9.0" />
9
- <PackageVersion Include =" YamlDotNet" Version =" 13.7 .1" />
9
+ <PackageVersion Include =" YamlDotNet" Version =" 15.1 .1" />
10
10
<PackageVersion Include =" FluentAssertions" Version =" 6.12.0" />
11
- <PackageVersion Include =" nunit" Version =" 4.0.0 " />
11
+ <PackageVersion Include =" nunit" Version =" 4.0.1 " />
12
12
<PackageVersion Include =" NUnit3TestAdapter" Version =" 4.5.0" />
13
- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
13
+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
14
14
<PackageVersion Include =" coverlet.collector" Version =" 6.0.0" />
15
- <PackageVersion Include =" BenchmarkDotNet" Version =" 0.13.10 " />
16
- <PackageVersion Include =" SonarAnalyzer.CSharp" Version =" 9.14 .0.81108 " />
15
+ <PackageVersion Include =" BenchmarkDotNet" Version =" 0.13.12 " />
16
+ <PackageVersion Include =" SonarAnalyzer.CSharp" Version =" 9.19 .0.84025 " />
17
17
</ItemGroup >
18
18
</Project >
Original file line number Diff line number Diff line change 10
10
<package pattern =" *" />
11
11
</packageSource >
12
12
<packageSource key =" SceneGate-Preview" >
13
- <package pattern =" Yarhl*" />
14
13
<package pattern =" Texim" />
15
14
</packageSource >
16
15
</packageSourceMapping >
You can’t perform that action at this time.
0 commit comments