User Entities Repositories #75
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L162
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController<TController>(IServiceCollection, Action<RepositoryControllerOptions>?)'
|
src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L176
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController(IServiceCollection, Action<RepositoryControllerOptions>?)'
|
src/Deveel.Repository.Manager/Data/EntityManager_T2.cs#L424
Cannot convert null literal to non-nullable reference type.
|
test/Deveel.Repository.Tests.XUnit/Data/UserRepositoryTestSuite_T3.cs#L196
Dereference of a possibly null reference.
|
test/Deveel.Repository.Manager.XUnit/Data/PersonRelationship.cs#L3
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test/Deveel.Repository.Manager.XUnit/Data/PersonRelationship.cs#L5
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Deveel.Repository.EntityFramework/Data/EntityTypeBuilderExtensions.cs#L71
Possible null reference argument for parameter 'element' in 'bool Attribute.IsDefined(MemberInfo element, Type attributeType)'.
|
src/Deveel.Repository.EntityFramework/Data/EntityTypeBuilderExtensions.cs#L90
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
|
src/Deveel.Repository.EntityFramework/Data/EntityTypeBuilderExtensions.cs#L102
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method, params Expression[]? arguments)'.
|
src/Deveel.Repository.EntityFramework/Data/EntityRepository_T2.cs#L546
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading