Update version and minimum flowsynx version required #12 #16
Annotations
10 warnings
|
build-master:
tests/FlowSynx.Plugins.Azure.Blobs.UnitTests/Services/AzureBlobConnectionTests.cs#L60
Cannot convert null literal to non-nullable reference type.
|
|
build-master:
tests/FlowSynx.Plugins.Azure.Blobs.UnitTests/PathHelperTests.cs#L63
Cannot convert null literal to non-nullable reference type.
|
|
build-master:
src/AzureBlobPlugin.cs#L56
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
build-master:
tests/FlowSynx.Plugins.Azure.Blobs.UnitTests/Services/AzureBlobConnectionTests.cs#L37
Null should not be used for type parameter 'accountKey' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build-master:
tests/FlowSynx.Plugins.Azure.Blobs.UnitTests/Services/AzureBlobConnectionTests.cs#L36
Null should not be used for type parameter 'accountName' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build-master:
tests/FlowSynx.Plugins.Azure.Blobs.UnitTests/PathHelperTests.cs#L108
Cannot convert null literal to non-nullable reference type.
|
|
build-master:
tests/FlowSynx.Plugins.Azure.Blobs.UnitTests/PathHelperTests.cs#L95
Cannot convert null literal to non-nullable reference type.
|
|
build-master:
tests/FlowSynx.Plugins.Azure.Blobs.UnitTests/Services/AzureBlobConnectionTests.cs#L60
Cannot convert null literal to non-nullable reference type.
|
|
build-master:
tests/FlowSynx.Plugins.Azure.Blobs.UnitTests/PathHelperTests.cs#L63
Cannot convert null literal to non-nullable reference type.
|
|
build-master:
src/AzureBlobPlugin.cs#L56
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|