Skip to content

Add IntegrationTest project #91

Add IntegrationTest project

Add IntegrationTest project #91

Triggered via pull request December 17, 2023 02:07
Status Failure
Total duration 40s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: tests/HuskyIntegrationTests/Tests.cs#L20
The name 'TestProjectBase' does not exist in the current context
build: tests/HuskyIntegrationTests/Tests.cs#L20
The name 'TestProjectBase' does not exist in the current context
build
Process completed with exit code 1.
build
The process '/usr/bin/git' failed with exit code 128
build: tests/HuskyIntegrationTests/Utilities/DockerLogger.cs#L18
Nullability of reference types in type of parameter 'exception' of 'void DockerLogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
build: src/Husky/Program.cs#L33
Nullability of reference types in return type of 'object? ServiceProvider.GetService(Type serviceType)' doesn't match the target delegate 'Func<Type, object>' (possibly because of nullability attributes).
build: src/Husky/Cli/InstallCommand.cs#L192
'IFileInfoFactory.FromFileName(string)' is obsolete: 'Use `IFileInfoFactory.New(string)` instead'
build: src/Husky/Cli/ExecCommand.cs#L168
'IFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
build: src/Husky/Cli/AttachCommand.cs#L92
'IFileInfoFactory.FromFileName(string)' is obsolete: 'Use `IFileInfoFactory.New(string)` instead'
build: src/Husky/Program.cs#L33
Nullability of reference types in return type of 'object? ServiceProvider.GetService(Type serviceType)' doesn't match the target delegate 'Func<Type, object>' (possibly because of nullability attributes).
build: src/Husky/Cli/InstallCommand.cs#L192
'IFileInfoFactory.FromFileName(string)' is obsolete: 'Use `IFileInfoFactory.New(string)` instead'
build: src/Husky/Cli/ExecCommand.cs#L168
'IFileStreamFactory.Create(string, FileMode)' is obsolete: 'Use `IFileStreamFactory.New(string, FileMode)` instead.'
build: src/Husky/Cli/AttachCommand.cs#L92
'IFileInfoFactory.FromFileName(string)' is obsolete: 'Use `IFileInfoFactory.New(string)` instead'
build: src/Husky/Program.cs#L33
Nullability of reference types in return type of 'object? ServiceProvider.GetService(Type serviceType)' doesn't match the target delegate 'Func<Type, object>' (possibly because of nullability attributes).