chore(deps): update nuget non-major dependencies #4874
designer-dotnet-test.yaml
on: pull_request
Matrix: Run dotnet build and test
Annotations
7 errors and 10 warnings
Run dotnet build and test (ubuntu-latest):
backend/tests/Designer.Tests/Infrastructure/GitRepository/AltinnAppGitRepositoryTests.cs#L263
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting). (https://xunit.net/xunit.analyzers/rules/xUnit2021)
|
Run dotnet build and test (ubuntu-latest):
backend/tests/Designer.Tests/Infrastructure/GitRepository/AltinnAppGitRepositoryTests.cs#L263
Assert.ThrowsAsync is async. The resulting task should be awaited (or stored for later awaiting). (https://xunit.net/xunit.analyzers/rules/xUnit2021)
|
Run dotnet build and test (ubuntu-latest)
Process completed with exit code 1.
|
Run dotnet build and test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
Run dotnet build and test (windows-latest)
The operation was canceled.
|
Run dotnet build and test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
Run dotnet build and test (macos-latest)
The operation was canceled.
|
Run dotnet build and test (ubuntu-latest):
backend/src/Designer/Program.cs#L152
'ApplicationInsightsLoggingBuilderExtensions.AddApplicationInsights(ILoggingBuilder, string)' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use the AddApplicationInsights() overload which accepts Action<TelemetryConfiguration> and set TelemetryConfiguration.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
|
Run dotnet build and test (ubuntu-latest):
backend/src/Designer/Program.cs#L216
'ApplicationInsightsExtensions.AddApplicationInsightsTelemetry(IServiceCollection, string)' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use the AddApplicationInsightsTelemetry() overload which accepts Action<ApplicationInsightsServiceOptions> and set ApplicationInsightsServiceOptions.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
|
Run dotnet build and test (ubuntu-latest):
backend/src/Designer/Models/ServiceResource.cs#L58
Non-nullable property 'ContactPoints' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet build and test (ubuntu-latest):
backend/src/Designer/RepositoryClient/Model/ContentsResponse.cs#L11
Non-nullable property 'Links' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet build and test (ubuntu-latest):
backend/src/Designer/RepositoryClient/Model/ContentsResponse.cs#L17
Non-nullable property 'DownloadUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet build and test (ubuntu-latest):
backend/src/Designer/RepositoryClient/Model/ContentsResponse.cs#L23
Non-nullable property 'GitUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet build and test (ubuntu-latest):
backend/src/Designer/RepositoryClient/Model/ContentsResponse.cs#L26
Non-nullable property 'HtmlUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet build and test (ubuntu-latest):
backend/src/Designer/RepositoryClient/Model/ContentsResponse.cs#L29
Non-nullable property 'LastCommitSha' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet build and test (ubuntu-latest):
backend/src/Designer/RepositoryClient/Model/ContentsResponse.cs#L32
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run dotnet build and test (ubuntu-latest):
backend/src/Designer/RepositoryClient/Model/ContentsResponse.cs#L35
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|