last test #8
Annotations
10 warnings
|
build:
Eclipse/Controllers/UserController.cs#L36
Dereference of a possibly null reference.
|
|
build:
Eclipse/Data/ModelBuilderExtensions.cs#L36
Argument of type 'Expression<Func<TRelatedEntity, object>>' cannot be used for parameter 'foreignKeyExpression' of type 'Expression<Func<TRelatedEntity, object?>>' in 'ReferenceCollectionBuilder<TEntity, TRelatedEntity> ReferenceCollectionBuilder<TEntity, TRelatedEntity>.HasForeignKey(Expression<Func<TRelatedEntity, object?>> foreignKeyExpression)' due to differences in the nullability of reference types.
|
|
build:
Eclipse/Data/ModelBuilderExtensions.cs#L35
Argument of type 'Expression<Func<TEntity, IEnumerable<TRelatedEntity>>>' cannot be used for parameter 'navigationExpression' of type 'Expression<Func<TEntity, IEnumerable<TRelatedEntity>?>>' in 'ReferenceCollectionBuilder<TEntity, TRelatedEntity> ReferenceNavigationBuilder<TRelatedEntity, TEntity>.WithMany(Expression<Func<TEntity, IEnumerable<TRelatedEntity>?>>? navigationExpression)' due to differences in the nullability of reference types.
|
|
build:
Eclipse/Data/ModelBuilderExtensions.cs#L34
Argument of type 'Expression<Func<TRelatedEntity, TEntity>>' cannot be used for parameter 'navigationExpression' of type 'Expression<Func<TRelatedEntity, TEntity?>>' in 'ReferenceNavigationBuilder<TRelatedEntity, TEntity> EntityTypeBuilder<TRelatedEntity>.HasOne<TEntity>(Expression<Func<TRelatedEntity, TEntity?>>? navigationExpression = null)' due to differences in the nullability of reference types.
|
|
build:
Eclipse/Data/ModelBuilderExtensions.cs#L20
Argument of type 'Expression<Func<TRelatedEntity, object>>' cannot be used for parameter 'foreignKeyExpression' of type 'Expression<Func<TRelatedEntity, object?>>' in 'ReferenceCollectionBuilder<TEntity, TRelatedEntity> ReferenceCollectionBuilder<TEntity, TRelatedEntity>.HasForeignKey(Expression<Func<TRelatedEntity, object?>> foreignKeyExpression)' due to differences in the nullability of reference types.
|
|
build:
Eclipse/Data/ModelBuilderExtensions.cs#L19
Argument of type 'Expression<Func<TRelatedEntity, TEntity>>' cannot be used for parameter 'navigationExpression' of type 'Expression<Func<TRelatedEntity, TEntity?>>' in 'ReferenceCollectionBuilder<TEntity, TRelatedEntity> CollectionNavigationBuilder<TEntity, TRelatedEntity>.WithOne(Expression<Func<TRelatedEntity, TEntity?>>? navigationExpression)' due to differences in the nullability of reference types.
|
|
build:
Eclipse/Data/ModelBuilderExtensions.cs#L18
Argument of type 'Expression<Func<TEntity, IEnumerable<TRelatedEntity>>>' cannot be used for parameter 'navigationExpression' of type 'Expression<Func<TEntity, IEnumerable<TRelatedEntity>?>>' in 'CollectionNavigationBuilder<TEntity, TRelatedEntity> EntityTypeBuilder<TEntity>.HasMany<TRelatedEntity>(Expression<Func<TEntity, IEnumerable<TRelatedEntity>?>>? navigationExpression = null)' due to differences in the nullability of reference types.
|
|
build:
Eclipse/Config/MinioStorageConfig.cs#L7
Non-nullable property 'SecretKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Eclipse/Config/MinioStorageConfig.cs#L6
Non-nullable property 'AccessKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Eclipse/Config/MinioStorageConfig.cs#L5
Non-nullable property 'Endpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
eclipse-app
Expired
|
21.7 MB |
sha256:8203ee70006fb252b1921450ba47e07bdff2621fdf8a577afd83aacba7d12d1d
|
|