Skip to content

Bump HtmlAgilityPack from 1.11.65 to 1.11.71 #760

Bump HtmlAgilityPack from 1.11.65 to 1.11.71

Bump HtmlAgilityPack from 1.11.65 to 1.11.71 #760

Triggered via pull request November 18, 2024 17:32
Status Success
Total duration 1m 36s
Artifacts 3

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

42 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: SoundShapesServer/Types/Relations/LevelUniquePlayRelation.cs#L9
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelUniquePlayRelation.cs#L10
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelQueueRelation.cs#L10
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelQueueRelation.cs#L11
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelPlayRelation.cs#L9
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelPlayRelation.cs#L10
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelLikeRelation.cs#L10
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelLikeRelation.cs#L11
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Notifications/Notification.cs#L11
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Notifications/Notification.cs#L18
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Requests/Api/Account/ApiRegisterAccountRequest.cs#L5
Non-nullable property 'RegistrationCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Requests/Api/Account/ApiRegisterAccountRequest.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Requests/Api/Account/ApiRegisterAccountRequest.cs#L7
Non-nullable property 'PasswordSha512' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Events/GameEvent.cs#L34
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(SoundShapesServer.Types.Events.EventDataType)5' is not covered.
build: SoundShapesServer/Types/Events/GameEvent.cs#L34
Possible null reference return.
build: SoundShapesServer/Types/Events/GameEvent.cs#L23
Non-nullable property 'DataId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Levels/SSLevel/SSLevel.cs#L18
Non-nullable property 'EntityTypesUsed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Levels/SSLevel/SSLevel.cs#L19
Non-nullable property 'Entities' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Levels/SSLevel/SSLevel.cs#L21
Non-nullable property 'ScreenData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Responses/Api/Framework/Errors/ApiError.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelUniquePlayRelation.cs#L9
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelUniquePlayRelation.cs#L10
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelQueueRelation.cs#L10
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelQueueRelation.cs#L11
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelPlayRelation.cs#L9
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelPlayRelation.cs#L10
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelLikeRelation.cs#L10
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelLikeRelation.cs#L11
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Notifications/Notification.cs#L11
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Notifications/Notification.cs#L18
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelUniquePlayRelation.cs#L9
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelUniquePlayRelation.cs#L10
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelQueueRelation.cs#L10
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelQueueRelation.cs#L11
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelPlayRelation.cs#L9
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelPlayRelation.cs#L10
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelLikeRelation.cs#L10
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Relations/LevelLikeRelation.cs#L11
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Notifications/Notification.cs#L11
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: SoundShapesServer/Types/Notifications/Notification.cs#L18
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Sound Shapes Server for Linux ARM64", "Sound Shapes Server for Linux x64", "Sound Shapes Server for Windows x64". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
Sound Shapes Server for Linux ARM64 Expired
102 MB
Sound Shapes Server for Linux x64 Expired
97.5 MB
Sound Shapes Server for Windows x64 Expired
90.6 MB