Skip to content

Added the UpdateMemberRoles Post event handler. #35

Added the UpdateMemberRoles Post event handler.

Added the UpdateMemberRoles Post event handler. #35

Triggered via push December 28, 2023 11:57
Status Success
Total duration 35s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: DiscordBot.Data/Models/Credentials.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DiscordBot.Data/Models/Credentials.cs#L6
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DiscordBot.Data/Models/DiscordMemberRolesDto.cs#L11
Non-nullable property 'RolesVIP' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DiscordBot.Data/Models/DiscordMemberRolesDto.cs#L12
Non-nullable property 'MemberRolesVIP' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DiscordBot.Data/Models/DiscordUserDto.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DiscordBot.Data/Models/DiscordUserDto.cs#L6
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DiscordBot.Data/Models/DiscordUserDto.cs#L7
Non-nullable property 'Discriminator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DiscordBot.Data/Models/DiscordUserDto.cs#L8
Non-nullable property 'AvatarUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DiscordBot.Data/Models/ResponsePairDto.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DiscordBot.FakeServer/Middlewares/BasicAuthenticationHandler.cs#L29
Converting null literal or possible null value to non-nullable type.