Skip to content

Add typed localizers #18

Add typed localizers

Add typed localizers #18

Triggered via push June 1, 2024 20:59
Status Success
Total duration 1m 59s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: microsoft/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy: src/Lepo.i18n/LocalizationProviderFactory.cs#L32
Converting null literal or possible null value to non-nullable type.
deploy: src/Lepo.i18n/LocalizationBuilder.cs#L66
XML comment has a param tag for 'builder', but there is no parameter by that name
deploy: src/Lepo.i18n/LocalizationBuilder.cs#L66
XML comment has a param tag for 'builder', but there is no parameter by that name
deploy: src/Lepo.i18n/IO/EmbeddedResourceReader.cs#L25
Converting null literal or possible null value to non-nullable type.
deploy: src/Lepo.i18n/LocalizationBuilder.cs#L85
XML comment has a param tag for 'builder', but there is no parameter by that name
deploy: src/Lepo.i18n/LocalizationBuilder.cs#L85
XML comment has a param tag for 'builder', but there is no parameter by that name
deploy: src/Lepo.i18n/IO/EmbeddedResourceReader.cs#L30
Possible null reference argument for parameter 'oldValue' in 'string string.Replace(string oldValue, string? newValue, StringComparison comparisonType)'.
deploy: src/Lepo.i18n/LocalizationProviderFactory.cs#L50
Parameter 'key' has no matching param tag in the XML comment for 'LocalizationProviderFactory.SetInstance(ILocalizationProvider, string)' (but other parameters do)
deploy: src/Lepo.i18n/LocalizationProviderFactory.cs#L50
Parameter 'key' has no matching param tag in the XML comment for 'LocalizationProviderFactory.SetInstance(ILocalizationProvider, string)' (but other parameters do)
deploy: src/Lepo.i18n/LocalizationBuilder.cs#L66
XML comment has a param tag for 'builder', but there is no parameter by that name