refactor: Use new collection initializers #263
buildPipeline.yml
on: pull_request
Build and run Unit and Architecture Tests
3m 23s
Build and run Integration Tests
2m 38s
Annotations
10 errors and 20 warnings
Build and run Integration Tests
Unable to find image 'mcr.microsoft.com/mssql/server:latest' locally
|
Build and run Integration Tests
latest: Pulling from mssql/server
|
Build and run Integration Tests
25fa6962a0ca: Pulling fs layer
|
Build and run Integration Tests
0083be717a79: Pulling fs layer
|
Build and run Integration Tests
37a64be4aeab: Pulling fs layer
|
Build and run Integration Tests
25fa6962a0ca: Verifying Checksum
|
Build and run Integration Tests
25fa6962a0ca: Download complete
|
Build and run Integration Tests
37a64be4aeab: Verifying Checksum
|
Build and run Integration Tests
37a64be4aeab: Download complete
|
Build and run Integration Tests
25fa6962a0ca: Pull complete
|
Build and run Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Database/DatabaseMigrator/Program.cs(9,11): warning SA1400: Element 'Program' should declare an access modifier (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1400.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Database/DatabaseMigrator/DatabaseMigrator.csproj]
|
Build and run Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Database/DatabaseMigrator/Program.cs(11,20): warning SA1400: Element 'Main' should declare an access modifier (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1400.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Database/DatabaseMigrator/DatabaseMigrator.csproj]
|
Build and run Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/BuildingBlocks/Domain/Entity.cs(25,31): warning SA1010: Opening square brackets should not be preceded by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1010.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/BuildingBlocks/Domain/CompanyName.MyMeetings.BuildingBlocks.Domain.csproj]
|
Build and run Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/MeetingComments/MeetingComment.cs(31,22): warning CS0414: The field 'MeetingComment._isRemoved' is assigned but its value is never used [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/CompanyName.MyMeetings.Modules.Meetings.Domain.csproj]
|
Build and run Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/Meetings/MeetingAttendee.cs(37,22): warning CS0414: The field 'MeetingAttendee._isFeePaid' is assigned but its value is never used [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/CompanyName.MyMeetings.Modules.Meetings.Domain.csproj]
|
Build and run Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/MeetingGroups/MeetingGroup.cs(58,29): warning SA1010: Opening square brackets should not be preceded by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1010.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/CompanyName.MyMeetings.Modules.Meetings.Domain.csproj]
|
Build and run Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/Meetings/Meeting.cs(57,26): warning SA1010: Opening square brackets should not be preceded by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1010.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/CompanyName.MyMeetings.Modules.Meetings.Domain.csproj]
|
Build and run Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/Meetings/Meeting.cs(58,29): warning SA1010: Opening square brackets should not be preceded by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1010.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/CompanyName.MyMeetings.Modules.Meetings.Domain.csproj]
|
Build and run Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/Meetings/Meeting.cs(59,32): warning SA1010: Opening square brackets should not be preceded by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1010.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/CompanyName.MyMeetings.Modules.Meetings.Domain.csproj]
|
Build and run Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/Meetings/Meeting.cs(112,26): warning SA1010: Opening square brackets should not be preceded by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1010.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/CompanyName.MyMeetings.Modules.Meetings.Domain.csproj]
|
Build and run Integration Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Database/DatabaseMigrator/Program.cs(9,11): warning SA1400: Element 'Program' should declare an access modifier (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1400.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Database/DatabaseMigrator/DatabaseMigrator.csproj]
|
Build and run Integration Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Database/DatabaseMigrator/Program.cs(11,20): warning SA1400: Element 'Main' should declare an access modifier (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1400.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Database/DatabaseMigrator/DatabaseMigrator.csproj]
|
Build and run Integration Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Database/DatabaseMigrator/Program.cs(9,11): warning SA1400: Element 'Program' should declare an access modifier (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1400.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Database/DatabaseMigrator/DatabaseMigrator.csproj]
|
Build and run Integration Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Database/DatabaseMigrator/Program.cs(11,20): warning SA1400: Element 'Main' should declare an access modifier (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1400.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Database/DatabaseMigrator/DatabaseMigrator.csproj]
|
Build and run Integration Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/BuildingBlocks/Domain/Entity.cs(25,31): warning SA1010: Opening square brackets should not be preceded by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1010.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/BuildingBlocks/Domain/CompanyName.MyMeetings.BuildingBlocks.Domain.csproj]
|
Build and run Integration Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/UserAccess/Domain/Users/User.cs(19,22): warning CS0414: The field 'User._isActive' is assigned but its value is never used [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/UserAccess/Domain/CompanyName.MyMeetings.Modules.UserAccess.Domain.csproj]
|
Build and run Integration Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/UserAccess/Domain/Users/User.cs(93,22): warning SA1010: Opening square brackets should not be preceded by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1010.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/UserAccess/Domain/CompanyName.MyMeetings.Modules.UserAccess.Domain.csproj]
|
Build and run Integration Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Payments/Domain/SeedWork/AggregateRoot.cs(24,29): warning SA1010: Opening square brackets should not be preceded by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1010.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Payments/Domain/CompanyName.MyMeetings.Modules.Payments.Domain.csproj]
|
Build and run Integration Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/BuildingBlocks/Infrastructure/DomainEventsDispatching/DomainEventsDispatcher.cs(45,85): warning SA1010: Opening square brackets should not be preceded by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1010.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/BuildingBlocks/Infrastructure/CompanyName.MyMeetings.BuildingBlocks.Infrastructure.csproj]
|
Build and run Integration Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/BuildingBlocks/Infrastructure/EventBus/InMemoryEventBus.cs(31,56): warning SA1010: Opening square brackets should not be preceded by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1010.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/BuildingBlocks/Infrastructure/CompanyName.MyMeetings.BuildingBlocks.Infrastructure.csproj]
|