Add span-based parsing and UTF-8 support for Money #17
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
⚙️ Build:
src/NodaMoney/Serialization/MoneyTypeConverter.cs#L64
Unreachable code detected
|
⚙️ Build:
src/NodaMoney/ExchangeRate.cs#L185
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
⚙️ Build:
src/NodaMoney/FastMoney.cs#L95
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
⚙️ Build:
src/NodaMoney/Money.Formattable.cs#L40
Nullability of reference types in type of parameter 'format' of 'string Money.ToString(string format, IFormatProvider formatProvider)' doesn't match implicitly implemented member 'string IFormattable.ToString(string? format, IFormatProvider? formatProvider)' (possibly because of nullability attributes).
|
⚙️ Build:
src/NodaMoney/Money.Formattable.cs#L40
Nullability of reference types in type of parameter 'formatProvider' of 'string Money.ToString(string format, IFormatProvider formatProvider)' doesn't match implicitly implemented member 'string IFormattable.ToString(string? format, IFormatProvider? formatProvider)' (possibly because of nullability attributes).
|
⚙️ Build:
src/NodaMoney/Serialization/CurrencyTypeConverter.cs#L14
Nullability of type of parameter 'context' doesn't match overridden member (possibly because of nullability attributes).
|
⚙️ Build:
src/NodaMoney/Serialization/CurrencyTypeConverter.cs#L21
Nullability of type of parameter 'context' doesn't match overridden member (possibly because of nullability attributes).
|
⚙️ Build:
src/NodaMoney/Serialization/CurrencyTypeConverter.cs#L21
Nullability of type of parameter 'destinationType' doesn't match overridden member (possibly because of nullability attributes).
|
⚙️ Build:
src/NodaMoney/Serialization/CurrencyTypeConverter.cs#L30
Nullability of type of parameter 'context' doesn't match overridden member (possibly because of nullability attributes).
|
⚙️ Build:
src/NodaMoney/Serialization/CurrencyTypeConverter.cs#L30
Nullability of type of parameter 'culture' doesn't match overridden member (possibly because of nullability attributes).
|
Loading