Adding the Program.cs file to each module was the issue. #35
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/BuildingBlocks/Mongo/Extensions.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/BuildingBlocks/Mongo/Extensions.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/BuildingBlocks/Mongo/IMongoDbContext.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/BuildingBlocks/Mongo/IRepository.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/BuildingBlocks/Mongo/IRepository.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/BuildingBlocks/Mongo/MongoDbContext.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/BuildingBlocks/Mongo/MongoDbContext.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/BuildingBlocks/EventStoreDB/Config.cs#L28
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/BuildingBlocks/EventStoreDB/Config.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/BuildingBlocks/Utils/NoSynchronizationContextScope.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
This job succeeded
Loading