Skip to content

Deploy to GitHub Releases #12

Deploy to GitHub Releases

Deploy to GitHub Releases #12

Manually triggered August 17, 2024 13:53
Status Success
Total duration 1m 58s
Artifacts

deploy.yml

on: workflow_dispatch
deploy-to-github-releases
1m 46s
deploy-to-github-releases
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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/Views/MainWindow.axaml.cs#L116
Dereference of a possibly null reference.
deploy-to-github-releases: VideoJaNai/Views/MainWindow.axaml.cs#L134
Dereference of a possibly null reference.
deploy-to-github-releases: VideoJaNai/Views/MainWindow.axaml.cs#L149
Dereference of a possibly null reference.
deploy-to-github-releases: VideoJaNai/Views/MainWindow.axaml.cs#L158
Possible null reference argument for parameter 'source' in 'List<IStorageItem> Enumerable.ToList<IStorageItem>(IEnumerable<IStorageItem> source)'.
deploy-to-github-releases: VideoJaNai/Views/MainWindow.axaml.cs#L166
Dereference of a possibly null reference.