Skip to content

chore: update and remove env specific values files #3

chore: update and remove env specific values files

chore: update and remove env specific values files #3

Triggered via push March 28, 2024 10:00
Status Failure
Total duration 1m 11s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build (7.0)
Process completed with exit code 2.
build (7.0): tests/shared/Tests.Shared/MockLogger.cs#L38
Nullability in constraints for type parameter 'TState' of method 'MockLogger<T>.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
build (7.0): tests/shared/Tests.Shared/MockLogger.cs#L38
Nullability of reference types in return type of 'IDisposable? MockLogger<T>.BeginScope<TState>(TState state)' doesn't match implicitly implemented member 'IDisposable ILogger.BeginScope<TState>(TState state)' (possibly because of nullability attributes).
build (7.0): src/clients/Dim.Clients/Api/Cf/CfClient.cs#L80
Dereference of a possibly null reference.
build (7.0): src/database/Dim.Migrations/Migrations/20240307101150_initial.cs#L30
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (7.0): src/database/Dim.Migrations/Migrations/20240307101150_initial.Designer.cs#L35
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
build (7.0): src/processes/DimProcess.Library/Callback/DependencyInjection/CallbackSettings.cs#L26
Non-nullable property 'BaseAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (7.0): src/processes/DimProcess.Executor/DimProcessTypeExecutor.cs#L57
Non-nullable field '_tenantName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (7.0): tests/processes/Processes.Worker.Library.Tests/ProcessExecutorTests.cs#L878
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (7.0): tests/shared/Tests.Shared/MockLogger.cs#L38
Nullability in constraints for type parameter 'TState' of method 'MockLogger<T>.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
build (7.0): tests/shared/Tests.Shared/MockLogger.cs#L38
Nullability of reference types in return type of 'IDisposable? MockLogger<T>.BeginScope<TState>(TState state)' doesn't match implicitly implemented member 'IDisposable ILogger.BeginScope<TState>(TState state)' (possibly because of nullability attributes).
build (7.0): src/processes/DimProcess.Executor/DimProcessTypeExecutor.cs#L145
Remove unused parameter 'processStepTypeId'