MEDIUM CODE RUB: Upgrade to The Standard 2.10.3 #125
Annotations
12 warnings
label
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/github-script@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
STX.SPAL.Core.Infrastructure.Build/Services/ScriptGenerationService.cs#L116
Converting null literal or possible null value to non-nullable type.
|
build:
STX.SPAL.Core.Infrastructure.Build/Services/ScriptGenerationService.cs#L120
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
build:
STX.SPAL.Core/Brokers/Assemblies/AssemblyBroker.cs#L26
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.
|
build:
STX.SPAL.Core/Brokers/DependenciesInjections/DependencyInjectionBroker.ServiceCollection.cs#L12
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.
|
build:
STX.SPAL.Core/Brokers/Assemblies/AssemblyBroker.cs#L29
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.
|
build:
STX.SPAL.Core/Brokers/DependenciesInjections/DependencyInjectionBroker.ServiceProvider.cs#L13
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.
|
build:
STX.SPAL.Core/Brokers/DependenciesInjections/DependencyInjectionBroker.ServiceProvider.cs#L16
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.
|
build:
STX.SPAL.Core/Brokers/DependenciesInjections/DependencyInjectionBroker.ServiceProvider.cs#L19
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.
|
build:
STX.SPAL.Core.Infrastructure.Build/Services/ScriptGenerationService.cs#L116
Converting null literal or possible null value to non-nullable type.
|
build:
STX.SPAL.Core.Infrastructure.Build/Services/ScriptGenerationService.cs#L120
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|