Add typed localizers #18
Annotations
11 warnings
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/.
|
src/Lepo.i18n/LocalizationProviderFactory.cs#L32
Converting null literal or possible null value to non-nullable type.
|
src/Lepo.i18n/LocalizationBuilder.cs#L66
XML comment has a param tag for 'builder', but there is no parameter by that name
|
src/Lepo.i18n/LocalizationBuilder.cs#L66
XML comment has a param tag for 'builder', but there is no parameter by that name
|
src/Lepo.i18n/IO/EmbeddedResourceReader.cs#L25
Converting null literal or possible null value to non-nullable type.
|
src/Lepo.i18n/LocalizationBuilder.cs#L85
XML comment has a param tag for 'builder', but there is no parameter by that name
|
src/Lepo.i18n/LocalizationBuilder.cs#L85
XML comment has a param tag for 'builder', but there is no parameter by that name
|
src/Lepo.i18n/IO/EmbeddedResourceReader.cs#L30
Possible null reference argument for parameter 'oldValue' in 'string string.Replace(string oldValue, string? newValue, StringComparison comparisonType)'.
|
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)
|
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)
|
src/Lepo.i18n/LocalizationBuilder.cs#L66
XML comment has a param tag for 'builder', but there is no parameter by that name
|
This job succeeded
Loading