Skip to content

modify last commit

modify last commit #99

Triggered via push June 9, 2023 18:00
Status Success
Total duration 49s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-dotnet@v1, brandedoutcast/publish-nuget@v2.5.2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build: src/Lipar.Infrastructure.Data.Mongo/Commands/BaseCommandDbContext.cs#L33
'MongoDefaults.GuidRepresentation' is obsolete: 'Configure serializers instead.'
build: src/Lipar.Infrastructure.Data.Mongo/Repositories/MongoDbOutBoxEventRepository.cs#L19
'MongoDefaults.GuidRepresentation' is obsolete: 'Configure serializers instead.'
build: src/Lipar.Infrastructure.Data.Mongo/Repositories/MongoDbInBoxEventRepository.cs#L20
'MongoDefaults.GuidRepresentation' is obsolete: 'Configure serializers instead.'
build: src/Lipar.Infrastructure.Data.Mongo/Repositories/MongoDbEntityChangeInterceptorRepository.cs#L22
'MongoDefaults.GuidRepresentation' is obsolete: 'Configure serializers instead.'
build: src/Lipar.Infrastructure.Data.Mongo/Queries/BaseQueryDbContext.cs#L19
'MongoDefaults.GuidRepresentation' is obsolete: 'Configure serializers instead.'
build: src/Lipar.Infrastructure.Events.Kafka/KafkaEventBus.cs#L102
The variable 'ex' is declared but never used
build: src/Lipar.Infrastructure.Tools.Localize.Parrot/Mongo/MongoParrotDataWrapper.cs#L24
'MongoDefaults.GuidRepresentation' is obsolete: 'Configure serializers instead.'
build: src/Lipar.Infrastructure.Events.RabbitMQ/RabbitMQEventBus.cs#L24
The field 'RabbitMQEventBus._messageTypeMap' is never used
build: src/Lipar.Core.Application/Services/PoolingPublisherHostedService.cs#L65
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: sample/Market.Infrastructure.Data.Mongo.Queries/Models/Product.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.