Skip to content

feat(button): route fix for appsettings #58

feat(button): route fix for appsettings

feat(button): route fix for appsettings #58

Triggered via push May 13, 2025 13:43
Status Failure
Total duration 1m 58s
Artifacts

dev.yml

on: push
Dev Run CI checks  /  Check solution builds
28s
Dev Run CI checks / Check solution builds
Dev Run CI checks  /  Check branch names
2s
Dev Run CI checks / Check branch names
Dev Run CI checks  /  Check commit names
11s
Dev Run CI checks / Check commit names
Dev Run CI checks  /  Unit test components
49s
Dev Run CI checks / Unit test components
Dev Run CI checks  /  Check with end to end testing including nojs
1m 48s
Dev Run CI checks / Check with end to end testing including nojs
Dev Run CI checks  /  Check for code coverage
3s
Dev Run CI checks / Check for code coverage
Dev Run CI checks  /  Check for failures
2s
Dev Run CI checks / Check for failures
Generate dev semantic version
0s
Generate dev semantic version
Build dev package and publish
Build dev package and publish
Create artifact and provide it to TelBlazor-DevShowCase repo and its gh-page trigger
Create artifact and provide it to TelBlazor-DevShowCase repo and its gh-page trigger
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 40 warnings
Dev Run CI checks / Check solution builds
Process completed with exit code 1.
Dev Run CI checks / Check with end to end testing including nojs
Process completed with exit code 1.
Dev Run CI checks / Check for failures
Process completed with exit code 1.
Dev Run CI checks / Unit test components: TELBlazor.Components.ShowCase.Shared/Services/HelperServices/SerilogLogLevelSwitcher.cs#L87
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Dev Run CI checks / Unit test components: TELBlazor.Components/Components/BaseComponents/TELButton.razor#L46
The field 'TELButton.isButtonDisabled' is assigned but its value is never used
Dev Run CI checks / Unit test components: TELBlazor.Components/Components/BaseComponents/TELButtonSubComponent.razor#L24
Non-nullable field '_ariaDescribedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Dev Run CI checks / Unit test components: TELBlazor.Components/Core/Models/Logging/LocalStorageLogLevel.cs#L11
Cannot convert null literal to non-nullable reference type.
Dev Run CI checks / Unit test components: TELBlazor.Components/Core/TELComponentBase.cs#L19
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Dev Run CI checks / Unit test components: TELBlazor.Components/Core/TELComponentBase.cs#L16
Non-nullable property 'TELBlazorBaseComponentConfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Dev Run CI checks / Unit test components: TELBlazor.Components/Components/BaseComponents/TELButton.razor#L3
'TELButton.Logger' hides inherited member 'TELComponentBase.Logger'. Use the new keyword if hiding was intended.
Dev Run CI checks / Unit test components: TELBlazor.Components/TELBlazorPackageVersion/TELBlazorPackageVersionInformation.razor#L3
Found markup element with unexpected name 'P'. If this is intended to be a component, add a @using directive for its namespace.
Dev Run CI checks / Unit test components: TELBlazor.Components/TELBlazorPackageVersion/TELBlazorPackageVersionInformation.razor#L2
Found markup element with unexpected name 'P'. If this is intended to be a component, add a @using directive for its namespace.
Dev Run CI checks / Unit test components: TELBlazor.Components/TELBlazorPackageVersion/TELBlazorPackageVersionInformation.razor#L3
Found markup element with unexpected name 'P'. If this is intended to be a component, add a @using directive for its namespace.
Dev Run CI checks / Unit test components: TELBlazor.Components/TELBlazorPackageVersion/TELBlazorPackageVersionInformation.razor#L2
Found markup element with unexpected name 'P'. If this is intended to be a component, add a @using directive for its namespace.
Dev Run CI checks / Unit test components: TELBlazor.Components/Components/BaseComponents/TELButton.razor#L46
The field 'TELButton.isButtonDisabled' is assigned but its value is never used
Dev Run CI checks / Unit test components: TELBlazor.Components/Components/BaseComponents/TELButtonSubComponent.razor#L24
Non-nullable field '_ariaDescribedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Dev Run CI checks / Unit test components: TELBlazor.Components/Core/Models/Logging/LocalStorageLogLevel.cs#L11
Cannot convert null literal to non-nullable reference type.
Dev Run CI checks / Unit test components: TELBlazor.Components/Core/TELComponentBase.cs#L19
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Dev Run CI checks / Unit test components: TELBlazor.Components/Core/TELComponentBase.cs#L16
Non-nullable property 'TELBlazorBaseComponentConfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Dev Run CI checks / Unit test components: TELBlazor.Components/Components/BaseComponents/TELButton.razor#L3
'TELButton.Logger' hides inherited member 'TELComponentBase.Logger'. Use the new keyword if hiding was intended.
Dev Run CI checks / Unit test components: TELBlazor.Components/TELBlazorPackageVersion/TELBlazorPackageVersionInformation.razor#L3
Found markup element with unexpected name 'P'. If this is intended to be a component, add a @using directive for its namespace.
Dev Run CI checks / Unit test components: TELBlazor.Components/TELBlazorPackageVersion/TELBlazorPackageVersionInformation.razor#L2
Found markup element with unexpected name 'P'. If this is intended to be a component, add a @using directive for its namespace.
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components.ShowCase.Shared/Services/HelperServices/SerilogLogLevelSwitcher.cs#L87
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/Components/BaseComponents/TELButton.razor#L46
The field 'TELButton.isButtonDisabled' is assigned but its value is never used
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/Components/BaseComponents/TELButtonSubComponent.razor#L24
Non-nullable field '_ariaDescribedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/Core/TELComponentBase.cs#L19
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/Core/TELComponentBase.cs#L16
Non-nullable property 'TELBlazorBaseComponentConfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/Components/BaseComponents/TELButton.razor#L3
'TELButton.Logger' hides inherited member 'TELComponentBase.Logger'. Use the new keyword if hiding was intended.
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/TELBlazorPackageVersion/TELBlazorPackageVersionInformation.razor#L3
Found markup element with unexpected name 'P'. If this is intended to be a component, add a @using directive for its namespace.
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/TELBlazorPackageVersion/TELBlazorPackageVersionInformation.razor#L2
Found markup element with unexpected name 'P'. If this is intended to be a component, add a @using directive for its namespace.
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/TELBlazorPackageVersion/TELBlazorPackageVersionInformation.razor#L3
Found markup element with unexpected name 'P'. If this is intended to be a component, add a @using directive for its namespace.
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/TELBlazorPackageVersion/TELBlazorPackageVersionInformation.razor#L2
Found markup element with unexpected name 'P'. If this is intended to be a component, add a @using directive for its namespace.
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/Components/BaseComponents/TELButton.razor#L46
The field 'TELButton.isButtonDisabled' is assigned but its value is never used
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/Components/BaseComponents/TELButtonSubComponent.razor#L24
Non-nullable field '_ariaDescribedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/Core/TELComponentBase.cs#L19
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/Core/TELComponentBase.cs#L16
Non-nullable property 'TELBlazorBaseComponentConfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/Components/BaseComponents/TELButton.razor#L3
'TELButton.Logger' hides inherited member 'TELComponentBase.Logger'. Use the new keyword if hiding was intended.
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/TELBlazorPackageVersion/TELBlazorPackageVersionInformation.razor#L3
Found markup element with unexpected name 'P'. If this is intended to be a component, add a @using directive for its namespace.
Dev Run CI checks / Check with end to end testing including nojs: TELBlazor.Components/TELBlazorPackageVersion/TELBlazorPackageVersionInformation.razor#L2
Found markup element with unexpected name 'P'. If this is intended to be a component, add a @using directive for its namespace.