fix(mt): incorrect data types for MtEngine.Credentials.Value, MtEngin… #188
Annotations
10 warnings
Build:
src/Crowdin.Api/Fields/FieldsApiExecutor.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Crowdin.Api/Fields/FieldsListParams.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Crowdin.Api/Fields/FieldsListParams.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Crowdin.Api/Core/Converters/ProjectStringsExporterSettingsConverter.cs#L28
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'Crowdin.Api.SourceFiles.ProjectFileType.Auto' is not covered.
|
Build:
tests/Crowdin.Api.Tests/Applications/ApplicationsApiTests.cs#L59
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
tests/Crowdin.Api.Tests/Applications/ApplicationsApiTests.cs#L60
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
tests/Crowdin.Api.Tests/Applications/ApplicationsApiTests.cs#L61
Non-nullable property 'Logo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
tests/Crowdin.Api.Tests/Applications/ApplicationsApiTests.cs#L62
Non-nullable property 'BaseUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
tests/Crowdin.Api.Tests/Applications/ApplicationsApiTests.cs#L63
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Crowdin.Api/Fields/FieldsApiExecutor.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading