Merge pull request #24 from LosManos/feature/set-focus-in-settings-dlg #38
Annotations
41 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Publish osx-x64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Publish osx-x64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Publish osx-x64:
PurpleExplorer/Models/ServiceBusResource.cs#L6
'ServiceBusResource' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Publish osx-x64:
PurpleExplorer/ViewModels/AddMessageWindowViewModal.cs#L28
Cannot convert null literal to non-nullable reference type.
|
Publish osx-x64:
PurpleExplorer/ViewLocator.cs#L30
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).
|
Publish osx-x64:
PurpleExplorer/ViewLocator.cs#L15
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).
|
Publish osx-x64:
PurpleExplorer/ViewModels/MessageDetailsWindowViewModel.cs#L22
Cannot convert null literal to non-nullable reference type.
|
Publish osx-x64:
PurpleExplorer/ViewModels/MessageDetailsWindowViewModel.cs#L23
Cannot convert null literal to non-nullable reference type.
|
Publish osx-x64:
PurpleExplorer/ViewModels/MessageDetailsWindowViewModel.cs#L24
Cannot convert null literal to non-nullable reference type.
|
Publish osx-x64:
PurpleExplorer/Views/MainWindow.xaml.cs#L33
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Publish osx-arm64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Publish osx-arm64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Publish osx-arm64:
PurpleExplorer/ViewLocator.cs#L30
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).
|
Publish osx-arm64:
PurpleExplorer/ViewLocator.cs#L15
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).
|
Publish osx-arm64:
PurpleExplorer/ViewModels/AddMessageWindowViewModal.cs#L28
Cannot convert null literal to non-nullable reference type.
|
Publish osx-arm64:
PurpleExplorer/Models/ServiceBusResource.cs#L6
'ServiceBusResource' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Publish osx-arm64:
PurpleExplorer/ViewModels/MessageDetailsWindowViewModel.cs#L22
Cannot convert null literal to non-nullable reference type.
|
Publish osx-arm64:
PurpleExplorer/ViewModels/MessageDetailsWindowViewModel.cs#L23
Cannot convert null literal to non-nullable reference type.
|
Publish osx-arm64:
PurpleExplorer/ViewModels/MessageDetailsWindowViewModel.cs#L24
Cannot convert null literal to non-nullable reference type.
|
Publish osx-arm64:
PurpleExplorer/Views/MainWindow.xaml.cs#L33
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Publish linux-x64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Publish linux-x64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Publish linux-x64:
PurpleExplorer/ViewLocator.cs#L30
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).
|
Publish linux-x64:
PurpleExplorer/ViewLocator.cs#L15
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).
|
Publish linux-x64:
PurpleExplorer/ViewModels/AddMessageWindowViewModal.cs#L28
Cannot convert null literal to non-nullable reference type.
|
Publish linux-x64:
PurpleExplorer/Models/ServiceBusResource.cs#L6
'ServiceBusResource' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Publish linux-x64:
PurpleExplorer/ViewModels/MessageDetailsWindowViewModel.cs#L22
Cannot convert null literal to non-nullable reference type.
|
Publish linux-x64:
PurpleExplorer/ViewModels/MessageDetailsWindowViewModel.cs#L23
Cannot convert null literal to non-nullable reference type.
|
Publish linux-x64:
PurpleExplorer/ViewModels/MessageDetailsWindowViewModel.cs#L24
Cannot convert null literal to non-nullable reference type.
|
Publish linux-x64:
PurpleExplorer/Views/MainWindow.xaml.cs#L33
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Publish win-x64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Publish win-x64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Publish win-x64:
PurpleExplorer/Models/ServiceBusResource.cs#L6
'ServiceBusResource' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
Publish win-x64:
PurpleExplorer/ViewModels/AddMessageWindowViewModal.cs#L28
Cannot convert null literal to non-nullable reference type.
|
Publish win-x64:
PurpleExplorer/ViewLocator.cs#L30
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).
|
Publish win-x64:
PurpleExplorer/ViewLocator.cs#L15
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).
|
Publish win-x64:
PurpleExplorer/ViewModels/MessageDetailsWindowViewModel.cs#L22
Cannot convert null literal to non-nullable reference type.
|
Publish win-x64:
PurpleExplorer/ViewModels/MessageDetailsWindowViewModel.cs#L23
Cannot convert null literal to non-nullable reference type.
|
Publish win-x64:
PurpleExplorer/ViewModels/MessageDetailsWindowViewModel.cs#L24
Cannot convert null literal to non-nullable reference type.
|
Publish win-x64:
PurpleExplorer/Views/MainWindow.xaml.cs#L33
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
The logs for this run have expired and are no longer available.
Loading