Skip to content

Deploy to GitHub Releases #10

Deploy to GitHub Releases

Deploy to GitHub Releases #10

Manually triggered August 15, 2024 17:42
Status Success
Total duration 2m 28s
Artifacts

deploy.yml

on: workflow_dispatch
deploy-to-github-releases
2m 15s
deploy-to-github-releases
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
deploy-to-github-releases: VideoJaNai/ViewLocator.cs#L23
Nullability of reference types in type of parameter 'data' of 'bool ViewLocator.Match(object data)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes).
deploy-to-github-releases: VideoJaNai/ViewLocator.cs#L10
Nullability of reference types in type of parameter 'data' of 'Control ViewLocator.Build(object data)' doesn't match implicitly implemented member 'Control? ITemplate<object?, Control?>.Build(object? param)' (possibly because of nullability attributes).
deploy-to-github-releases: VideoJaNai/MemoryLogger.cs#L27
Nullability of reference types in type of parameter 'exception' of 'void MemoryLogger.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).
deploy-to-github-releases: VideoJaNai/MemoryLogger.cs#L17
Nullability in constraints for type parameter 'TState' of method 'MemoryLogger.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.
deploy-to-github-releases: VideoJaNai/Views/MainWindow.axaml.cs#L45
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
deploy-to-github-releases: VideoJaNai/MemoryLogger.cs#L9
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy-to-github-releases: VideoJaNai/MemoryLogger.cs#L19
Possible null reference return.
deploy-to-github-releases: VideoJaNai/NewtonsoftJsonSuspensionDriver.cs#L35
Nullability of reference types in value of type 'IObservable<object?>' doesn't match target type 'IObservable<object>'.
deploy-to-github-releases: VideoJaNai/Services/PythonService.cs#L108
Dereference of a possibly null reference.
deploy-to-github-releases: VideoJaNai/Views/MainWindow.axaml.cs#L116
Dereference of a possibly null reference.