feat(components): add link component #29
build-test.yml
on: pull_request
Build & Test LumexUI
52s
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)'.
|