多个地图提供者,给服务器提供更新服务,测试通过。 #32
Annotations
11 warnings
build-publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-publish:
NewLife.Map/obj/Release/netstandard2.0/NewLife.Map.AssemblyInfo.cs#L17
The specified version string '2.5.2024.0410-beta1241' does not conform to the recommended format - major.minor.build.revision
|
build-publish:
NewLife.Map/AMap.cs#L46
Nullability of reference types in return type doesn't match overridden member.
|
build-publish:
NewLife.Map/AMap.cs#L14
Nullability of reference types in return type of 'string? Map.AppKey.get' doesn't match implicitly implemented member 'string IMap.AppKey.get' (possibly because of nullability attributes).
|
build-publish:
NewLife.Map/AMap.cs#L94
Nullability of reference types in type of parameter 'city' of 'Task<GeoAddress> AMap.GetGeoAsync(string address, string city = null, string coordtype = null, bool formatAddress = false)' doesn't match implicitly implemented member 'Task<GeoAddress> IMap.GetGeoAsync(string address, string? city = null, string? coordtype = null, bool formatAddress = false)' (possibly because of nullability attributes).
|
build-publish:
NewLife.Map/AMap.cs#L94
Nullability of reference types in type of parameter 'coordtype' of 'Task<GeoAddress> AMap.GetGeoAsync(string address, string city = null, string coordtype = null, bool formatAddress = false)' doesn't match implicitly implemented member 'Task<GeoAddress> IMap.GetGeoAsync(string address, string? city = null, string? coordtype = null, bool formatAddress = false)' (possibly because of nullability attributes).
|
build-publish:
NewLife.Map/AMap.cs#L74
Cannot convert null literal to non-nullable reference type.
|
build-publish:
NewLife.Map/AMap.cs#L74
Cannot convert null literal to non-nullable reference type.
|
build-publish:
NewLife.Map/AMap.cs#L94
Cannot convert null literal to non-nullable reference type.
|
build-publish:
NewLife.Map/AMap.cs#L94
Cannot convert null literal to non-nullable reference type.
|
build-publish:
NewLife.Map/NewLifeMap.cs#L16
Nullability of reference types in return type of 'string? Map.AppKey.get' doesn't match implicitly implemented member 'string IMap.AppKey.get' (possibly because of nullability attributes).
|