Skip to content

Merge branch 'master' of https://github.com/NewLifeX/NewLife.XCode #161

Merge branch 'master' of https://github.com/NewLifeX/NewLife.XCode

Merge branch 'master' of https://github.com/NewLifeX/NewLife.XCode #161

Triggered via push November 20, 2023 14:56
Status Success
Total duration 1m 12s
Artifacts

publish-beta.yml

on: push
build-publish
1m 3s
build-publish
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-publish: XCode/Attributes/MapAttribute.cs#L32
Cannot convert null literal to non-nullable reference type.
build-publish: XCode/Cache/DbCache.cs#L35
Cannot convert null literal to non-nullable reference type.
build-publish: XCode/Cache/DbCache.cs#L35
Cannot convert null literal to non-nullable reference type.
build-publish: XCode/Cache/DbCache.cs#L35
Cannot convert null literal to non-nullable reference type.
build-publish: XCode/Cache/EntityCache.cs#L25
Nullability of reference types in return type of 'string? CacheBase<TEntity>.ConnName.get' doesn't match implicitly implemented member 'string IEntityCacheBase.ConnName.get' (possibly because of nullability attributes).
build-publish: XCode/Cache/EntityCache.cs#L25
Nullability of reference types in return type of 'string? CacheBase<TEntity>.TableName.get' doesn't match implicitly implemented member 'string IEntityCacheBase.TableName.get' (possibly because of nullability attributes).
build-publish: XCode/Cache/SingleEntityCache.cs#L20
Nullability of reference types in return type of 'string? CacheBase<TEntity>.ConnName.get' doesn't match implicitly implemented member 'string IEntityCacheBase.ConnName.get' (possibly because of nullability attributes).
build-publish: XCode/Cache/SingleEntityCache.cs#L20
Nullability of reference types in return type of 'string? CacheBase<TEntity>.TableName.get' doesn't match implicitly implemented member 'string IEntityCacheBase.TableName.get' (possibly because of nullability attributes).
build-publish: XCode/Entity/Entity.cs#L1890
Nullability of reference types in type of parameter 'context' doesn't match implemented member 'bool IAccessor.Read(Stream stream, object? context)' (possibly because of nullability attributes).
build-publish: XCode/Entity/Entity.cs#L1892
Nullability of reference types in type of parameter 'context' doesn't match implemented member 'bool IAccessor.Write(Stream stream, object? context)' (possibly because of nullability attributes).