feat(components): add new link component (#11) #30
build-test.yml
on: push
Build & Test LumexUI
2m 32s
Annotations
6 warnings
Build & Test LumexUI:
src/LumexUI/Components/LumexComponent.cs#L22
Argument of type 'IReadOnlyDictionary<string, object?>' cannot be used for parameter 'attributes' of type 'IEnumerable<KeyValuePair<string, object>>' in 'void RenderTreeBuilder.AddMultipleAttributes(int sequence, IEnumerable<KeyValuePair<string, object>>? attributes)' due to differences in the nullability of reference types.
|
Build & Test LumexUI:
src/LumexUI/Components/Providers/LumexThemeProvider.razor#L5
Possible null reference argument for parameter 'value' in 'MarkupString.explicit operator MarkupString(string value)'.
|
Build & Test LumexUI:
src/LumexUI/Components/Providers/LumexThemeProvider.razor#L9
Possible null reference argument for parameter 'value' in 'MarkupString.explicit operator MarkupString(string value)'.
|
Build & Test LumexUI:
src/LumexUI/Components/LumexComponent.cs#L22
Argument of type 'IReadOnlyDictionary<string, object?>' cannot be used for parameter 'attributes' of type 'IEnumerable<KeyValuePair<string, object>>' in 'void RenderTreeBuilder.AddMultipleAttributes(int sequence, IEnumerable<KeyValuePair<string, object>>? attributes)' due to differences in the nullability of reference types.
|
Build & Test LumexUI:
src/LumexUI/Components/Providers/LumexThemeProvider.razor#L5
Possible null reference argument for parameter 'value' in 'MarkupString.explicit operator MarkupString(string value)'.
|
Build & Test LumexUI:
src/LumexUI/Components/Providers/LumexThemeProvider.razor#L9
Possible null reference argument for parameter 'value' in 'MarkupString.explicit operator MarkupString(string value)'.
|