Skip to content

Add MSSQL Smoke Test #1

Add MSSQL Smoke Test

Add MSSQL Smoke Test #1

Re-run triggered December 22, 2023 18:47
Status Failure
Total duration 1m 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build
Assets file '/home/runner/work/azure-functions-durable-extension/azure-functions-durable-extension/src/DurableFunctions.TypedInterfaces/Example/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
build: test/CodeGen.Example.Test/CalculatorTests.cs#L5
The type or namespace name 'TypedInterfaces' does not exist in the namespace 'Microsoft.Azure.WebJobs.Extensions.DurableTask' (are you missing an assembly reference?)
build: test/CodeGen.Example.Test/CalculatorTests.cs#L8
The type or namespace name 'WebJobs' could not be found (are you missing a using directive or an assembly reference?)
build: test/CodeGen.SourceGenerator.Test/DurableFunctionTests.cs#L5
The type or namespace name 'Models' does not exist in the namespace 'DurableFunctions.TypedInterfaces.SourceGenerator' (are you missing an assembly reference?)
build: test/CodeGen.SourceGenerator.Test/SyntaxNodeUtilityTests.cs#L7
The type or namespace name 'Models' does not exist in the namespace 'DurableFunctions.TypedInterfaces.SourceGenerator' (are you missing an assembly reference?)
build: test/CodeGen.SourceGenerator.Test/SyntaxNodeUtilityTests.cs#L9
The type or namespace name 'Utils' does not exist in the namespace 'DurableFunctions.TypedInterfaces.SourceGenerator' (are you missing an assembly reference?)
build
Assets file '/home/runner/work/azure-functions-durable-extension/azure-functions-durable-extension/src/DurableFunctions.TypedInterfaces/Example/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
build: test/CodeGen.Example.Test/CalculatorTests.cs#L5
The type or namespace name 'TypedInterfaces' does not exist in the namespace 'Microsoft.Azure.WebJobs.Extensions.DurableTask' (are you missing an assembly reference?)
build: test/CodeGen.Example.Test/CalculatorTests.cs#L8
The type or namespace name 'WebJobs' could not be found (are you missing a using directive or an assembly reference?)
build: test/CodeGen.SourceGenerator.Test/DurableFunctionTests.cs#L5
The type or namespace name 'Models' does not exist in the namespace 'DurableFunctions.TypedInterfaces.SourceGenerator' (are you missing an assembly reference?)
build: src/Worker.Extensions.DurableTask/HTTP/HttpHeadersConverter.cs#L45
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
build: src/Worker.Extensions.DurableTask/HTTP/HttpHeadersConverter.cs#L52
Possible null reference argument for parameter 'key' in 'StringValues Dictionary<string, StringValues>.this[string key]'.
build: src/Worker.Extensions.DurableTask/HTTP/HttpMethodConverter.cs#L23
Possible null reference argument for parameter 'method' in 'HttpMethod.HttpMethod(string method)'.