Deploy to GitHub Releases #4
deploy.yml
on: workflow_dispatch
deploy-to-github-releases
3m 33s
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/MemoryLogger.cs#L19
Possible null reference return.
|
deploy-to-github-releases:
VideoJaNai/MemoryLogger.cs#L9
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
deploy-to-github-releases:
VideoJaNai/MemoryLogger.cs#L14
Non-nullable event 'LogUpdated' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
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.
|