2.0.0-beta.2 #59
Triggered via release
March 13, 2024 05:34
sitkobot
published
2.0.0-beta.2
Status
Success
Total duration
1m 40s
Artifacts
–
Annotations
11 warnings
build:
src/Sitko.Blockly/Blockly.cs#L60
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogDebug(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
|
build:
src/Sitko.Blockly/BlocklyFormOptions.cs#L20
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
build:
src/Sitko.Blockly/BlocklyFormOptions.cs#L30
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
build:
src/Sitko.Blockly/BlocklyModule.cs#L17
In member void BlocklyModule<TBlockDescriptor, TConfig>.ConfigureServices(IApplicationContext context, IServiceCollection services, TConfig startupOptions), change parameter name context to applicationContext in order to match the identifier as it has been declared in void BaseApplicationModule<TConfig>.ConfigureServices(IApplicationContext applicationContext, IServiceCollection services, TConfig startupOptions) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
build:
src/Sitko.Blockly/BlocklyModule.cs#L30
In member Task BlocklyModule<TBlockDescriptor, TConfig>.InitAsync(IApplicationContext context, IServiceProvider serviceProvider), change parameter name context to applicationContext in order to match the identifier as it has been declared in Task BaseApplicationModule<TConfig>.InitAsync(IApplicationContext applicationContext, IServiceProvider serviceProvider) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1725)
|
build:
src/Sitko.Blockly.Blazor/Forms/BlocklyForm.cs#L41
Component parameter 'Sitko.Blockly.Blazor.Forms.BlocklyForm<TOptions>.Options' should be auto property
|
build:
src/Sitko.Blockly.AntDesign/CustomIconsProvider.cs#L34
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1854)
|
build:
src/Sitko.Blockly.MudBlazor/Blocks/MudCutBlockDescriptor.cs#L16
'Icons.Filled' is obsolete: 'Use Icons.Material.Filled instead.'
|
build:
src/Sitko.Blockly.MudBlazor/Blocks/MudFilesBlockDescriptor.cs#L17
'Icons.Filled' is obsolete: 'Use Icons.Material.Filled instead.'
|
build:
src/Sitko.Blockly.MudBlazor/Blocks/MudTextBlockDescriptor.cs#L17
'Icons.Filled' is obsolete: 'Use Icons.Material.Filled instead.'
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|