Skip to content

多个地图提供者,给服务器提供更新服务,测试通过。 #32

多个地图提供者,给服务器提供更新服务,测试通过。

多个地图提供者,给服务器提供更新服务,测试通过。 #32

Triggered via push April 10, 2024 12:40
Status Failure
Total duration 44s
Artifacts

test.yml

on: push
build-publish
34s
build-publish
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build-publish
Process completed with exit code 1.
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/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#L46
Nullability of reference types in return type doesn't match overridden member.
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.