Merge pull request #37 from deveel/artifact-versioning #135
ci.yml
on: push
Annotations
10 errors and 30 warnings
Build and Push Artifacts
Assets file '/home/runner/work/deveel.repository/deveel.repository/src/Deveel.Repository.Core/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
|
Build and Push Artifacts
Assets file '/home/runner/work/deveel.repository/deveel.repository/test/Deveel.Repository.InMemory.XUnit/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
|
Build and Push Artifacts
Assets file '/home/runner/work/deveel.repository/deveel.repository/src/Deveel.Repository.InMemory/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
|
Build and Push Artifacts
Assets file '/home/runner/work/deveel.repository/deveel.repository/test/Deveel.Repository.InMemory.XUnit/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
|
Build and Push Artifacts
Assets file '/home/runner/work/deveel.repository/deveel.repository/test/Deveel.Repository.InMemory.XUnit/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
|
Build and Push Artifacts
Assets file '/home/runner/work/deveel.repository/deveel.repository/test/Deveel.Repository.MongoFramework.XUnit/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
|
Build and Push Artifacts
Assets file '/home/runner/work/deveel.repository/deveel.repository/test/Deveel.Repository.MongoFramework.XUnit/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
|
Build and Push Artifacts
Assets file '/home/runner/work/deveel.repository/deveel.repository/test/Deveel.Repository.MongoFramework.XUnit/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
|
Build and Push Artifacts
Assets file '/home/runner/work/deveel.repository/deveel.repository/src/Deveel.Repository.InMemory/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
|
Build and Push Artifacts
Assets file '/home/runner/work/deveel.repository/deveel.repository/src/Deveel.Repository.InMemory/obj/project.assets.json' not found. Run a NuGet package restore to generate this file.
|
validate (8.0.x):
src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L162
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController<TController>(IServiceCollection, Action<RepositoryControllerOptions>?)'
|
validate (8.0.x):
src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L176
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController(IServiceCollection, Action<RepositoryControllerOptions>?)'
|
validate (8.0.x):
src/Deveel.Repository.Manager/Data/EntityManager_T2.cs#L419
Cannot convert null literal to non-nullable reference type.
|
validate (8.0.x):
src/Deveel.Repository.EntityFramework/Data/EntityRepository_T2.cs#L527
Cannot convert null literal to non-nullable reference type.
|
validate (8.0.x):
src/Deveel.Repository.EntityFramework/Data/ServiceCollectionExtensions.cs#L161
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddDbContextOptionsFactory<TContext, TFactory>(IServiceCollection, ServiceLifetime)'
|
validate (8.0.x):
src/Deveel.Repsotiory.MongoFramework/Data/MongoDbContextUtil.cs#L37
Possible null reference assignment.
|
validate (8.0.x):
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.
|
validate (8.0.x):
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.
|
validate (8.0.x):
test/Deveel.Repository.EntityFramework.XUnit/Data/EntityRepositoryProviderTestSuite.cs#L38
Possible null reference return.
|
validate (8.0.x):
test/Deveel.Repository.EntityFramework.XUnit/Data/DbPersonRepository.cs#L19
Possible null reference return.
|
validate (6.0.x):
src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L162
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController<TController>(IServiceCollection, Action<RepositoryControllerOptions>?)'
|
validate (6.0.x):
src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L176
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController(IServiceCollection, Action<RepositoryControllerOptions>?)'
|
validate (6.0.x):
src/Deveel.Repository.Manager/Data/EntityManager_T2.cs#L419
Cannot convert null literal to non-nullable reference type.
|
validate (6.0.x):
src/Deveel.Repsotiory.MongoFramework/Data/MongoDbContextUtil.cs#L37
Possible null reference assignment.
|
validate (6.0.x):
src/Deveel.Repository.EntityFramework/Data/EntityRepository_T2.cs#L527
Cannot convert null literal to non-nullable reference type.
|
validate (6.0.x):
src/Deveel.Repository.EntityFramework/Data/ServiceCollectionExtensions.cs#L161
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddDbContextOptionsFactory<TContext, TFactory>(IServiceCollection, ServiceLifetime)'
|
validate (6.0.x):
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.
|
validate (6.0.x):
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.
|
validate (6.0.x):
test/Deveel.Repository.EntityFramework.XUnit/Data/EntityRepositoryProviderTestSuite.cs#L38
Possible null reference return.
|
validate (6.0.x):
test/Deveel.Repository.EntityFramework.XUnit/Data/DbPersonRepository.cs#L19
Possible null reference return.
|
validate (7.0.x):
src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L162
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController<TController>(IServiceCollection, Action<RepositoryControllerOptions>?)'
|
validate (7.0.x):
src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L176
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController(IServiceCollection, Action<RepositoryControllerOptions>?)'
|
validate (7.0.x):
src/Deveel.Repsotiory.MongoFramework/Data/MongoDbContextUtil.cs#L37
Possible null reference assignment.
|
validate (7.0.x):
src/Deveel.Repository.Manager/Data/EntityManager_T2.cs#L419
Cannot convert null literal to non-nullable reference type.
|
validate (7.0.x):
src/Deveel.Repository.EntityFramework/Data/EntityRepository_T2.cs#L527
Cannot convert null literal to non-nullable reference type.
|
validate (7.0.x):
src/Deveel.Repository.EntityFramework/Data/ServiceCollectionExtensions.cs#L161
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddDbContextOptionsFactory<TContext, TFactory>(IServiceCollection, ServiceLifetime)'
|
validate (7.0.x):
test/Deveel.Repository.EntityFramework.XUnit/Data/DbPersonRepository.cs#L19
Possible null reference return.
|
validate (7.0.x):
test/Deveel.Repository.EntityFramework.XUnit/Data/EntityRepositoryProviderTestSuite.cs#L38
Possible null reference return.
|
validate (7.0.x):
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.
|
validate (7.0.x):
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.
|