Skip to content

chore(deps): update dependency newtonsoft.json to 13.0.4 #1984

chore(deps): update dependency newtonsoft.json to 13.0.4

chore(deps): update dependency newtonsoft.json to 13.0.4 #1984

Triggered via pull request November 7, 2025 22:15
Status Success
Total duration 5m 8s
Artifacts

build.yml

on: pull_request
dotnet-build-logic
5m 5s
dotnet-build-logic
dotnet-build-install
3m 58s
dotnet-build-install
dotnet-build-launcher
2m 12s
dotnet-build-launcher
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
dotnet-build-launcher
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
dotnet-build-launcher
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
dotnet-build-launcher
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
dotnet-build-launcher
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
dotnet-build-install: installer/Model/EEsast.cs#L195
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
dotnet-build-install: installer/Model/Logger.cs#L343
The field 'ListLogger.time' is never used
dotnet-build-install: installer/Data/ConfigFileData.cs#L352
The event 'ConfigData.OnFileChanged' is never used
dotnet-build-install: installer/Model/EEsast.cs#L195
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
dotnet-build-install: installer/Model/Logger.cs#L343
The field 'ListLogger.time' is never used
dotnet-build-install: installer/Data/ConfigFileData.cs#L352
The event 'ConfigData.OnFileChanged' is never used
dotnet-build-install: installer/Model/EEsast.cs#L195
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
dotnet-build-install: installer/Model/Logger.cs#L343
The field 'ListLogger.time' is never used
dotnet-build-install: installer/Data/ConfigFileData.cs#L352
The event 'ConfigData.OnFileChanged' is never used
dotnet-build-install: installer/Model/EEsast.cs#L195
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
dotnet-build-logic: installer/Data/ConfigFileData.cs#L136
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
dotnet-build-logic: installer/Data/ConfigFileData.cs#L135
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
dotnet-build-logic: installer/Data/ConfigFileData.cs#L134
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
dotnet-build-logic: installer/Data/ConfigFileData.cs#L133
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
dotnet-build-logic: installer/Data/ConfigFileData.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
dotnet-build-logic: installer/Data/ConfigFileData.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
dotnet-build-logic: logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L23
Possible null reference argument for parameter 'meth' in 'void ILGenerator.Emit(OpCode opcode, MethodInfo meth)'.
dotnet-build-logic: logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L48
Possible null reference argument for parameter 'meth' in 'void ILGenerator.Emit(OpCode opcode, MethodInfo meth)'.
dotnet-build-logic: logic/Preparation/Utility/Value/SafeValue/SafeMethod/InterlockedEx.cs#L73
Converting null literal or possible null value to non-nullable type.
dotnet-build-logic: logic/ClientTest/Program.cs#L41
Unreachable code detected