[fix] 检查该名字是否已存在,可能两个字段名差异只是多了个下划线。https://github.com/NewLifeX/XCoder… #208
Annotations
2 errors and 20 warnings
|
Test
The operation was canceled.
|
Test:
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).
|
Test:
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).
|
Test:
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).
|
Test:
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).
|
Test:
XCode/Cache/DbCache.cs#L35
Cannot convert null literal to non-nullable reference type.
|
Test:
XCode/Cache/DbCache.cs#L35
Cannot convert null literal to non-nullable reference type.
|
Test:
XCode/Cache/DbCache.cs#L35
Cannot convert null literal to non-nullable reference type.
|
Test:
XCode/Code/EntityBuilder.cs#L36
Cannot convert null literal to non-nullable reference type.
|
Test:
XCode/Code/EntityBuilder.cs#L128
Cannot convert null literal to non-nullable reference type.
|
Test:
XCode/Code/HtmlBuilder.cs#L203
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
XCode/Cache/DbCache.cs#L35
Cannot convert null literal to non-nullable reference type.
|
Build:
XCode/Cache/DbCache.cs#L35
Cannot convert null literal to non-nullable reference type.
|
Build:
XCode/Cache/DbCache.cs#L35
Cannot convert null literal to non-nullable reference type.
|
Build:
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:
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:
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:
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:
XCode/Code/EntityBuilder.cs#L36
Cannot convert null literal to non-nullable reference type.
|
Build:
XCode/Code/EntityBuilder.cs#L128
Cannot convert null literal to non-nullable reference type.
|
Build:
XCode/Code/HtmlBuilder.cs#L203
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Loading