Skip to content

refactor: #293 - Remove Unused using Directives Following .NET 7/8 Up… #264

refactor: #293 - Remove Unused using Directives Following .NET 7/8 Up…

refactor: #293 - Remove Unused using Directives Following .NET 7/8 Up… #264

Triggered via push December 16, 2023 17:45
Status Success
Total duration 4m 23s
Artifacts
Build and run Unit and Architecture Tests
1m 33s
Build and run Unit and Architecture Tests
Build and run Integration Tests
2m 35s
Build and run Integration Tests
Fit to window
Zoom out
Zoom in

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: Download complete
Build and run Integration Tests
25fa6962a0ca: Pull complete
Build and run Integration Tests
0083be717a79: Verifying Checksum
Build and run Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Database/DatabaseMigrator/Program.cs(8,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(10,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/Modules/Meetings/Domain/Meetings/MeetingAttendee.cs(36,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/MeetingComments/MeetingComment.cs(30,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/UserAccess/Domain/Users/User.cs(17,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 Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/API/CompanyName.MyMeetings.API/Configuration/Authorization/HasPermissionAuthorizationHandler.cs(43,13): warning CS0162: Unreachable code detected [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/API/CompanyName.MyMeetings.API/CompanyName.MyMeetings.API.csproj]
Build and run Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Tests/SUT/Helpers/MeetingGroupsFactory.cs(21,22): warning SA1028: Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Tests/SUT/CompanyName.MyMeetings.SUT.csproj]
Build and run Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Tests/SUT/Helpers/MeetingGroupsFactory.cs(22,29): warning SA1028: Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Tests/SUT/CompanyName.MyMeetings.SUT.csproj]
Build and run Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Tests/SUT/Helpers/MeetingGroupsFactory.cs(25,1): warning SA1028: Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Tests/SUT/CompanyName.MyMeetings.SUT.csproj]
Build and run Unit and Architecture Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Tests/SUT/Helpers/TestPaymentsManager.cs(42,1): warning SA1028: Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md) [/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Tests/SUT/CompanyName.MyMeetings.SUT.csproj]
Build and run Integration Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Database/DatabaseMigrator/Program.cs(8,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(10,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(8,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(10,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/Modules/UserAccess/Domain/Users/User.cs(17,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/Meetings/Domain/Meetings/MeetingAttendee.cs(36,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 Integration Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/MeetingComments/MeetingComment.cs(30,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 Integration Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/UserAccess/Domain/Users/User.cs(17,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/Meetings/Domain/Meetings/MeetingAttendee.cs(36,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 Integration Tests
/home/runner/work/modular-monolith-with-ddd/modular-monolith-with-ddd/src/Modules/Meetings/Domain/MeetingComments/MeetingComment.cs(30,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]