Resolves #104 and #105 (#112) #160
Annotations
22 warnings
|
Test:
tests/AzureMapsControl.Components.Tests/Controls/OverviewMapControl.cs#L95
'OverviewMapControl.UpdateAsync(Action<OverviewMapControlOptions>)' is obsolete: 'Will be removed in a future version. Use SetOptionsAsync instead.'
|
|
Test:
tests/AzureMapsControl.Components.Tests/Controls/OverviewMapControl.cs#L55
'OverviewMapControl.UpdateAsync(Action<OverviewMapControlOptions>)' is obsolete: 'Will be removed in a future version. Use SetOptionsAsync instead.'
|
|
Test:
tests/AzureMapsControl.Components.Tests/Controls/OverviewMapControl.cs#L41
'OverviewMapControl.UpdateAsync(Action<OverviewMapControlOptions>)' is obsolete: 'Will be removed in a future version. Use SetOptionsAsync instead.'
|
|
Test:
tests/AzureMapsControl.Components.Tests/Markers/HtmlMarkerInvokeHelper.cs#L16
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.
|
|
Test:
tests/AzureMapsControl.Components.Tests/Layers/LayerEventInvokeHelper.cs#L17
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.
|
|
Test:
tests/AzureMapsControl.Components.Tests/Map/MapEventInvokeHelper.cs#L16
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.
|
|
Test:
tests/AzureMapsControl.Components.Tests/Map/MapService.cs#L28
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.
|
|
Test:
tests/AzureMapsControl.Components.Tests/Drawing/DrawingToolbarEventInvokeHelper.cs#L16
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.
|
|
Test:
tests/AzureMapsControl.Components.Tests/Traffic/TrafficOptions.cs#L62
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.
|
|
Test:
tests/AzureMapsControl.Components.Tests/Traffic/TrafficOptions.cs#L48
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.
|
|
Build:
src/AzureMapsControl.Components/Controls/CompassControlOptions.cs#L9
'IControlOptions' is obsolete: 'Will be removed in a future version'
|
|
Build:
src/AzureMapsControl.Components/Map/AzureMap.razor#L58
Component parameter 'AzureMapsControl.Components.Map.AzureMap.Id' should be auto property
|
|
Build:
src/AzureMapsControl.Components/Controls/ZoomControlOptions.cs#L6
'IControlOptions' is obsolete: 'Will be removed in a future version'
|
|
Build:
src/AzureMapsControl.Components/Controls/StyleControlOptions.cs#L12
'IControlOptions' is obsolete: 'Will be removed in a future version'
|
|
Build:
src/AzureMapsControl.Components/Controls/ScaleBarControlOptions.cs#L6
'IControlOptions' is obsolete: 'Will be removed in a future version'
|
|
Build:
src/AzureMapsControl.Components/Controls/OverviewMapControlOptions.cs#L10
'IControlOptions' is obsolete: 'Will be removed in a future version'
|
|
Build:
src/AzureMapsControl.Components/Controls/PitchControlOptions.cs#L9
'IControlOptions' is obsolete: 'Will be removed in a future version'
|
|
Build:
src/AzureMapsControl.Components/Controls/GeolocationControlOptions.cs#L8
'IControlOptions' is obsolete: 'Will be removed in a future version'
|
|
Build:
src/AzureMapsControl.Components/Controls/FullScreenControlOptions.cs#L11
'IControlOptions' is obsolete: 'Will be removed in a future version'
|
|
Build:
src/AzureMapsControl.Components/Controls/CompassControlOptions.cs#L9
'IControlOptions' is obsolete: 'Will be removed in a future version'
|
|
Setup .NET 7.0
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
|
Setup .NET 6.0
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Loading