Include Exception Properties at FailureDetails via Custom Provider #902
E2ETest.yml
on: pull_request
e2e-azurestorage-linux
9m 59s
e2e-azurestorage-windows
23m 42s
e2e-mssql
11m 27s
e2e-dts
8m 56s
Annotations
40 warnings
e2e-dts:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L119
Nullability of reference types in type of parameter 'name' of 'void PostConfigureWorkerOptions.PostConfigure(string name, DurableTaskWorkerOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskWorkerOptions>.PostConfigure(string? name, DurableTaskWorkerOptions options)' (possibly because of nullability attributes).
|
e2e-dts:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L93
Nullability of reference types in type of parameter 'name' of 'void PostConfigureClientOptions.PostConfigure(string name, DurableTaskClientOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskClientOptions>.PostConfigure(string? name, DurableTaskClientOptions options)' (possibly because of nullability attributes).
|
e2e-dts:
test/e2e/Apps/BasicDotNetIsolated/DistributedTracing.cs#L16
CallActivityAsync is passing the incorrect type 'none' instead of 'FunctionContext' to the activity function 'GetDistributedTraceId'
|
e2e-dts:
test/e2e/Apps/BasicDotNetIsolated/TimeoutOrchestration.cs#L41
CallActivityAsync is passing the incorrect type 'none' instead of 'string' to the activity function 'LongActivity'
|
e2e-dts:
test/e2e/Apps/BasicDotNetIsolated/CustomExceptionPropertiesOrchestration.cs#L19
CallActivityAsync is passing the incorrect type 'none' instead of 'TaskActivityContext' to the activity function 'BusinessActivity'
|
e2e-dts:
src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L74
Possible null reference argument for parameter 'locationUri' in 'DurableHttpRequest TaskOrchestrationContextExtensionMethods.CreateLocationPollRequest(DurableHttpRequest durableHttpRequest, string locationUri)'.
|
e2e-dts:
src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L72
Converting null literal or possible null value to non-nullable type.
|
e2e-dts:
src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L59
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
e2e-dts:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L119
Nullability of reference types in type of parameter 'name' of 'void PostConfigureWorkerOptions.PostConfigure(string name, DurableTaskWorkerOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskWorkerOptions>.PostConfigure(string? name, DurableTaskWorkerOptions options)' (possibly because of nullability attributes).
|
e2e-dts:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L93
Nullability of reference types in type of parameter 'name' of 'void PostConfigureClientOptions.PostConfigure(string name, DurableTaskClientOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskClientOptions>.PostConfigure(string? name, DurableTaskClientOptions options)' (possibly because of nullability attributes).
|
e2e-azurestorage-linux:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L119
Nullability of reference types in type of parameter 'name' of 'void PostConfigureWorkerOptions.PostConfigure(string name, DurableTaskWorkerOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskWorkerOptions>.PostConfigure(string? name, DurableTaskWorkerOptions options)' (possibly because of nullability attributes).
|
e2e-azurestorage-linux:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L93
Nullability of reference types in type of parameter 'name' of 'void PostConfigureClientOptions.PostConfigure(string name, DurableTaskClientOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskClientOptions>.PostConfigure(string? name, DurableTaskClientOptions options)' (possibly because of nullability attributes).
|
e2e-azurestorage-linux:
test/e2e/Apps/BasicDotNetIsolated/CustomExceptionPropertiesOrchestration.cs#L19
CallActivityAsync is passing the incorrect type 'none' instead of 'TaskActivityContext' to the activity function 'BusinessActivity'
|
e2e-azurestorage-linux:
test/e2e/Apps/BasicDotNetIsolated/DistributedTracing.cs#L16
CallActivityAsync is passing the incorrect type 'none' instead of 'FunctionContext' to the activity function 'GetDistributedTraceId'
|
e2e-azurestorage-linux:
test/e2e/Apps/BasicDotNetIsolated/TimeoutOrchestration.cs#L41
CallActivityAsync is passing the incorrect type 'none' instead of 'string' to the activity function 'LongActivity'
|
e2e-azurestorage-linux:
src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L74
Possible null reference argument for parameter 'locationUri' in 'DurableHttpRequest TaskOrchestrationContextExtensionMethods.CreateLocationPollRequest(DurableHttpRequest durableHttpRequest, string locationUri)'.
|
e2e-azurestorage-linux:
src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L72
Converting null literal or possible null value to non-nullable type.
|
e2e-azurestorage-linux:
src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L59
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
e2e-azurestorage-linux:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L119
Nullability of reference types in type of parameter 'name' of 'void PostConfigureWorkerOptions.PostConfigure(string name, DurableTaskWorkerOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskWorkerOptions>.PostConfigure(string? name, DurableTaskWorkerOptions options)' (possibly because of nullability attributes).
|
e2e-azurestorage-linux:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L93
Nullability of reference types in type of parameter 'name' of 'void PostConfigureClientOptions.PostConfigure(string name, DurableTaskClientOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskClientOptions>.PostConfigure(string? name, DurableTaskClientOptions options)' (possibly because of nullability attributes).
|
e2e-mssql:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L119
Nullability of reference types in type of parameter 'name' of 'void PostConfigureWorkerOptions.PostConfigure(string name, DurableTaskWorkerOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskWorkerOptions>.PostConfigure(string? name, DurableTaskWorkerOptions options)' (possibly because of nullability attributes).
|
e2e-mssql:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L93
Nullability of reference types in type of parameter 'name' of 'void PostConfigureClientOptions.PostConfigure(string name, DurableTaskClientOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskClientOptions>.PostConfigure(string? name, DurableTaskClientOptions options)' (possibly because of nullability attributes).
|
e2e-mssql:
test/e2e/Apps/BasicDotNetIsolated/DistributedTracing.cs#L16
CallActivityAsync is passing the incorrect type 'none' instead of 'FunctionContext' to the activity function 'GetDistributedTraceId'
|
e2e-mssql:
test/e2e/Apps/BasicDotNetIsolated/CustomExceptionPropertiesOrchestration.cs#L19
CallActivityAsync is passing the incorrect type 'none' instead of 'TaskActivityContext' to the activity function 'BusinessActivity'
|
e2e-mssql:
test/e2e/Apps/BasicDotNetIsolated/TimeoutOrchestration.cs#L41
CallActivityAsync is passing the incorrect type 'none' instead of 'string' to the activity function 'LongActivity'
|
e2e-mssql:
src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L74
Possible null reference argument for parameter 'locationUri' in 'DurableHttpRequest TaskOrchestrationContextExtensionMethods.CreateLocationPollRequest(DurableHttpRequest durableHttpRequest, string locationUri)'.
|
e2e-mssql:
src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L72
Converting null literal or possible null value to non-nullable type.
|
e2e-mssql:
src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L59
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
e2e-mssql:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L119
Nullability of reference types in type of parameter 'name' of 'void PostConfigureWorkerOptions.PostConfigure(string name, DurableTaskWorkerOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskWorkerOptions>.PostConfigure(string? name, DurableTaskWorkerOptions options)' (possibly because of nullability attributes).
|
e2e-mssql:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L93
Nullability of reference types in type of parameter 'name' of 'void PostConfigureClientOptions.PostConfigure(string name, DurableTaskClientOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskClientOptions>.PostConfigure(string? name, DurableTaskClientOptions options)' (possibly because of nullability attributes).
|
e2e-azurestorage-windows:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L119
Nullability of reference types in type of parameter 'name' of 'void PostConfigureWorkerOptions.PostConfigure(string name, DurableTaskWorkerOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskWorkerOptions>.PostConfigure(string? name, DurableTaskWorkerOptions options)' (possibly because of nullability attributes).
|
e2e-azurestorage-windows:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L93
Nullability of reference types in type of parameter 'name' of 'void PostConfigureClientOptions.PostConfigure(string name, DurableTaskClientOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskClientOptions>.PostConfigure(string? name, DurableTaskClientOptions options)' (possibly because of nullability attributes).
|
e2e-azurestorage-windows:
test/e2e/Apps/BasicDotNetIsolated/TimeoutOrchestration.cs#L41
CallActivityAsync is passing the incorrect type 'none' instead of 'string' to the activity function 'LongActivity'
|
e2e-azurestorage-windows:
test/e2e/Apps/BasicDotNetIsolated/CustomExceptionPropertiesOrchestration.cs#L19
CallActivityAsync is passing the incorrect type 'none' instead of 'TaskActivityContext' to the activity function 'BusinessActivity'
|
e2e-azurestorage-windows:
test/e2e/Apps/BasicDotNetIsolated/DistributedTracing.cs#L16
CallActivityAsync is passing the incorrect type 'none' instead of 'FunctionContext' to the activity function 'GetDistributedTraceId'
|
e2e-azurestorage-windows:
src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L74
Possible null reference argument for parameter 'locationUri' in 'DurableHttpRequest TaskOrchestrationContextExtensionMethods.CreateLocationPollRequest(DurableHttpRequest durableHttpRequest, string locationUri)'.
|
e2e-azurestorage-windows:
src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L72
Converting null literal or possible null value to non-nullable type.
|
e2e-azurestorage-windows:
src/Worker.Extensions.DurableTask/TaskOrchestrationContextExtensionMethods.cs#L59
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
e2e-azurestorage-windows:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L119
Nullability of reference types in type of parameter 'name' of 'void PostConfigureWorkerOptions.PostConfigure(string name, DurableTaskWorkerOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskWorkerOptions>.PostConfigure(string? name, DurableTaskWorkerOptions options)' (possibly because of nullability attributes).
|
e2e-azurestorage-windows:
src/Worker.Extensions.DurableTask/FunctionsWorkerApplicationBuilderExtensions.cs#L93
Nullability of reference types in type of parameter 'name' of 'void PostConfigureClientOptions.PostConfigure(string name, DurableTaskClientOptions options)' doesn't match implicitly implemented member 'void IPostConfigureOptions<DurableTaskClientOptions>.PostConfigure(string? name, DurableTaskClientOptions options)' (possibly because of nullability attributes).
|