SettingsDlg:Set focus on control when opening #37
Annotations
11 warnings
build
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/
|
build:
PurpleExplorer/ViewModels/AddMessageWindowViewModal.cs#L28
Cannot convert null literal to non-nullable reference type.
|
build:
PurpleExplorer/Models/ServiceBusResource.cs#L6
'ServiceBusResource' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build:
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).
|
build:
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).
|
build:
PurpleExplorer/ViewModels/MessageDetailsWindowViewModel.cs#L22
Cannot convert null literal to non-nullable reference type.
|
build:
PurpleExplorer/ViewModels/MessageDetailsWindowViewModel.cs#L23
Cannot convert null literal to non-nullable reference type.
|
build:
PurpleExplorer/ViewModels/MessageDetailsWindowViewModel.cs#L24
Cannot convert null literal to non-nullable reference type.
|
build:
PurpleExplorer/Models/ServiceBusTopic.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
PurpleExplorer/Models/ServiceBusTopic.cs#L12
Non-nullable property 'Subscriptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
PurpleExplorer/Models/ServiceBusTopic.cs#L12
Non-nullable property 'ServiceBus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|