Your commit message for README.md #22
Annotations
10 warnings
build:
CurrencyApplication/Base/Models/JsonResponses.cs#L8
Non-nullable property 'Symbols' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CurrencyApplication/Base/Models/JsonResponses.cs#L22
Non-nullable property 'From' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CurrencyApplication/Base/Models/JsonResponses.cs#L25
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CurrencyApplication/Base/Models/JsonResponses.cs#L37
Non-nullable property 'Query' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CurrencyApplication/Base/Models/JsonResponses.cs#L40
Non-nullable property 'Info' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CurrencyApplication/Base/Models/JsonResponses.cs#L43
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CurrencyApplication/Base/Models/JsonResponses.cs#L54
Non-nullable property 'Rates' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CurrencyApplication/Schema/Response/ApiResponse.cs#L15
Cannot convert null literal to non-nullable reference type.
|
build:
CurrencyApplication/Schema/Response/ServiceResponses.cs#L19
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CurrencyApplication/Schema/Response/ServiceResponses.cs#L11
Non-nullable property 'From' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|