Skip to content

Missing the checkout command in publish pipeline #138

Missing the checkout command in publish pipeline

Missing the checkout command in publish pipeline #138

Triggered via push September 21, 2024 14:31
Status Success
Total duration 3m 18s
Artifacts

ci.yml

on: push
Matrix: validate
Build and Push Artifacts
1m 1s
Build and Push Artifacts
Clean Old Packages  /  clean
6s
Clean Old Packages / clean
Fit to window
Zoom out
Zoom in

Annotations

41 warnings
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#L424
Cannot convert null literal to non-nullable reference type.
validate (6.0.x): src/Deveel.Repository.Manager/Data/OperationErrorFactory.cs#L38
Parameter 'domain' has no matching param tag in the XML comment for 'OperationErrorFactory.ResolveErrorCode(string, string)' (but other parameters do)
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.EntityFramework.XUnit/Data/EntityRepositoryProviderTestSuite.cs#L101
Non-nullable property 'People' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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#L424
Cannot convert null literal to non-nullable reference type.
validate (8.0.x): src/Deveel.Repository.Manager/Data/OperationErrorFactory.cs#L38
Parameter 'domain' has no matching param tag in the XML comment for 'OperationErrorFactory.ResolveErrorCode(string, string)' (but other parameters do)
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): test/Deveel.Repository.Manager.XUnit/Data/PersonRelationship.cs#L3
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
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.Repository.Manager/Data/EntityManager_T2.cs#L424
Cannot convert null literal to non-nullable reference type.
validate (7.0.x): src/Deveel.Repository.Manager/Data/OperationErrorFactory.cs#L38
Parameter 'domain' has no matching param tag in the XML comment for 'OperationErrorFactory.ResolveErrorCode(string, string)' (but other parameters do)
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.Manager.XUnit/Data/PersonRelationship.cs#L3
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
Build and Push Artifacts: src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L162
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController<TController>(IServiceCollection, Action<RepositoryControllerOptions>?)'
Build and Push Artifacts: src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L176
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController(IServiceCollection, Action<RepositoryControllerOptions>?)'
Build and Push Artifacts: src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L162
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController<TController>(IServiceCollection, Action<RepositoryControllerOptions>?)'
Build and Push Artifacts: src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L176
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController(IServiceCollection, Action<RepositoryControllerOptions>?)'
Build and Push Artifacts: src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L162
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController<TController>(IServiceCollection, Action<RepositoryControllerOptions>?)'
Build and Push Artifacts: src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L176
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController(IServiceCollection, Action<RepositoryControllerOptions>?)'
Build and Push Artifacts: src/Deveel.Repository.EntityFramework/Data/EntityRepository_T2.cs#L527
Cannot convert null literal to non-nullable reference type.
Build and Push Artifacts: src/Deveel.Repository.EntityFramework/Data/ServiceCollectionExtensions.cs#L161
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddDbContextOptionsFactory<TContext, TFactory>(IServiceCollection, ServiceLifetime)'
Build and Push Artifacts: src/Deveel.Repository.Manager/Data/EntityManager_T2.cs#L424
Cannot convert null literal to non-nullable reference type.
Clean Old Packages / clean
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/delete-package-versions@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/