Remove branch specification from CI workflow #1
Annotations
2 errors and 12 warnings
📋 Test reporter
Failed test were found and 'fail-on-error' option is set to true
|
🚦 Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
📋 Test reporter
Test report summary exceeded limit of 65535 bytes and will be trimmed
|
⚙️ Build:
src/NodaMoney/CurrencyBuilder.cs#L16
Non-nullable property 'EnglishName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
⚙️ Build:
src/NodaMoney/CurrencyBuilder.cs#L16
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
⚙️ Build:
src/NodaMoney/MoneyJsonConverter.cs#L21
Converting null literal or possible null value to non-nullable type.
|
⚙️ Build:
src/NodaMoney/MoneyJsonConverter.cs#L67
Converting null literal or possible null value to non-nullable type.
|
⚙️ Build:
src/NodaMoney/Money.cs#L280
The local function 'IsPowerOf10' is declared but never used
|
⚙️ Build:
src/NodaMoney/Money.Formattable.cs#L15
Cannot convert null literal to non-nullable reference type.
|
⚙️ Build:
src/NodaMoney/Money.Formattable.cs#L15
Cannot convert null literal to non-nullable reference type.
|
⚙️ Build:
src/NodaMoney/Money.Formattable.cs#L23
Cannot convert null literal to non-nullable reference type.
|
⚙️ Build:
src/NodaMoney/Money.Formattable.cs#L32
Cannot convert null literal to non-nullable reference type.
|
⚙️ Build:
src/NodaMoney/Money.Parsable.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Loading