fix(map): fix anchor selector layout (#12) #38
Annotations
25 warnings
build-and-release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/create-release@v1, actions/upload-release-asset@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/create-release@v1, actions/upload-release-asset@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-and-release:
src/Asv.Avalonia.Map.Demo/ViewLocator.cs#L21
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-and-release:
src/Asv.Avalonia.Map.Demo/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).
|
build-and-release:
src/Asv.Avalonia.Map.Demo/ViewModels/MainWindowViewModel.cs#L22
Non-nullable property 'SelectedItem' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-release:
src/Asv.Avalonia.Map.Demo/ViewModels/MainWindowViewModel.cs#L22
Non-nullable property 'DialogText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-release:
src/Asv.Avalonia.Map.Demo/Actions/Ruler/RulerAnchor.cs#L32
Nullable value type may be null.
|
build-and-release:
src/Asv.Avalonia.Map.Demo/Actions/Ruler/RulerAnchor.cs#L43
Nullable value type may be null.
|
build-and-release:
src/Asv.Avalonia.Map.Demo/Actions/Ruler/RulerPolygon.cs#L33
Nullable value type may be null.
|
build-and-release:
src/Asv.Avalonia.Map.Demo/Actions/Ruler/RulerPolygon.cs#L34
Nullable value type may be null.
|
build-and-release:
src/Asv.Avalonia.Map.Demo/Actions/Ruler/RulerPolygon.cs#L35
Nullable value type may be null.
|
build-and-release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-and-release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-and-release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-and-release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-and-release:
src/Asv.Avalonia.Map/Core/MapProviders/GMapProvider.cs#L760
Nullability of reference types in type of parameter 'value' of 'void EmptyWebProxy.Credentials.set' doesn't match implicitly implemented member 'void IWebProxy.Credentials.set' (possibly because of nullability attributes).
|
build-and-release:
src/Asv.Avalonia.Map/Core/GPoint.cs#L82
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-release:
src/Asv.Avalonia.Map/Core/MapRoute.cs#L248
Nullability of reference types in type of parameter 'sender' of 'void MapRoute.OnDeserialization(object sender)' doesn't match implicitly implemented member 'void IDeserializationCallback.OnDeserialization(object? sender)' (possibly because of nullability attributes).
|
build-and-release:
src/Asv.Avalonia.Map/Core/GRect.cs#L148
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-release:
src/Asv.Avalonia.Map/Core/GSize.cs#L79
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-release:
src/Asv.Avalonia.Map/Core/RectLatLng.cs#L117
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-release:
src/Asv.Avalonia.Map/Core/Internals/Tile.cs#L105
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-release:
src/Asv.Avalonia.Map/Core/SizeLatLng.cs#L80
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build-and-release:
src/Asv.Avalonia.Map/Core/Internals/SocksProxySocket/ProxySocket.cs#L157
'ProxySocket.Connect(string, int)' hides inherited member 'Socket.Connect(string, int)'. Use the new keyword if hiding was intended.
|
build-and-release:
src/Asv.Avalonia.Map/Core/Internals/SocksProxySocket/ProxySocket.cs#L227
'ProxySocket.BeginConnect(string, int, AsyncCallback, object)' hides inherited member 'Socket.BeginConnect(string, int, AsyncCallback?, object?)'. Use the new keyword if hiding was intended.
|