Use an older version of prism #79
Annotations
11 warnings
build (5.0.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (5.0.x):
Test/Test.cs#L154
Argument of type 'Dictionary<string?, string?>' cannot be used for parameter 'attributes' of type 'Dictionary<string, string?>' in 'object Client.UpdateAsset(string assetId, byte[]? content = null, Dictionary<string, string?>? attributes = null)' due to differences in the nullability of reference types.
|
build (5.0.x):
Test/Test.cs#L498
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'parameters' of type 'Dictionary<string, object?>' in 'object Client.CreateTransition(string transitionType, Dictionary<string, string>? inputJsonSchema = null, Dictionary<string, string>? outputJsonSchema = null, Dictionary<string, object?>? parameters = null, Dictionary<string, string?>? attributes = null)' due to differences in the nullability of reference types.
|
build (5.0.x):
Test/Test.cs#L498
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'attributes' of type 'Dictionary<string, string?>' in 'object Client.CreateTransition(string transitionType, Dictionary<string, string>? inputJsonSchema = null, Dictionary<string, string>? outputJsonSchema = null, Dictionary<string, object?>? parameters = null, Dictionary<string, string?>? attributes = null)' due to differences in the nullability of reference types.
|
build (5.0.x):
Test/Test.cs#L550
Argument of type 'Dictionary<string, string?>' cannot be used for parameter 'assets' of type 'Dictionary<string, string>' in 'object Client.UpdateTransition(string transitionId, Dictionary<string, string>? inputJsonSchema, Dictionary<string, string>? outputJsonSchema, Dictionary<string, string>? assets, Dictionary<string, string>? environment, List<string>? environmentSecrets, Dictionary<string, string?> attributes)' due to differences in the nullability of reference types.
|
build (5.0.x):
Test/Test.cs#L551
Argument of type 'Dictionary<string, string?>' cannot be used for parameter 'environment' of type 'Dictionary<string, string>' in 'object Client.UpdateTransition(string transitionId, Dictionary<string, string>? inputJsonSchema, Dictionary<string, string>? outputJsonSchema, Dictionary<string, string>? assets, Dictionary<string, string>? environment, List<string>? environmentSecrets, Dictionary<string, string?> attributes)' due to differences in the nullability of reference types.
|
build (5.0.x):
Test/Test.cs#L716
Possible null reference argument for parameter 'nextToken' in 'object Client.ListWorkflows(int? maxResults, string nextToken)'.
|
build (5.0.x):
Test/Test.cs#L23
Non-nullable property 'Toby' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (5.0.x):
Test/Test.cs#L24
Non-nullable property 'CreateDocResponse' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (5.0.x):
Test/Test.cs#L626
Cannot convert null literal to non-nullable reference type.
|
build (5.0.x):
Test/Test.cs#L627
Cannot convert null literal to non-nullable reference type.
|