Skip to content

Build: CS0169 field is never used fix warning by removing (#7910) #184

Build: CS0169 field is never used fix warning by removing (#7910)

Build: CS0169 field is never used fix warning by removing (#7910) #184

Triggered via push December 16, 2023 18:09
Status Success
Total duration 3m 51s
Artifacts
Build and test mudblazor projects  /  Build and test
3m 43s
Build and test mudblazor projects / Build and test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and test mudblazor projects / Build and test
'TaskOption' is obsolete: 'This will be removed in v7.'
Build and test mudblazor projects / Build and test
'OverflowBehavior.FilpOnOpen' is obsolete: 'This value has a typo and will be removed. Please use FlipOnOpen'
Build and test mudblazor projects / Build and test: src/MudBlazor/Extensions/TaskExtensions.cs#L36
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 and test mudblazor projects / Build and test: src/MudBlazor/Extensions/TaskExtensions.cs#L55
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 and test mudblazor projects / Build and test: src/MudBlazor/Components/TextField/MudTextField.razor#L56
'MudBaseInput<T>.InvokeKeyPress(KeyboardEventArgs)' is obsolete: 'This will be removed in v7'
Build and test mudblazor projects / Build and test: src/MudBlazor/Components/TextField/MudTextField.razor#L59
'MudBaseInput<T>.KeyPressPreventDefault' is obsolete: 'This will be removed in v7'
Build and test mudblazor projects / Build and test: src/MudBlazor/Components/Input/MudRangeInput.razor#L20
'MudBaseInput<Range<T>>.InvokeKeyPress(KeyboardEventArgs)' is obsolete: 'This will be removed in v7'
Build and test mudblazor projects / Build and test: src/MudBlazor/Components/Input/MudRangeInput.razor#L23
'MudBaseInput<Range<T>>.InvokeKeyPress(KeyboardEventArgs)' is obsolete: 'This will be removed in v7'
Build and test mudblazor projects / Build and test: src/MudBlazor/Components/ThemeProvider/MudThemeProvider.razor.cs#L302
Possible null reference argument for parameter 'value' in 'string string.Join(string? separator, params string?[] value)'.
Build and test mudblazor projects / Build and test: src/MudBlazor/Components/Input/MudInput.razor#L35
'MudBaseInput<T>.InvokeKeyPress(KeyboardEventArgs)' is obsolete: 'This will be removed in v7'