Skip to content

Core Systems Refactor #704

Core Systems Refactor

Core Systems Refactor #704

Triggered via pull request January 19, 2024 15:01
Status Success
Total duration 1m 6s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L301
Cannot convert null literal to non-nullable reference type.
build: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L414
Cannot convert null literal to non-nullable reference type.
build: Obsidian.SourceGenerators/Packets/AttributeOwner.cs#L21
Cannot convert null literal to non-nullable reference type.
build: Obsidian.SourceGenerators/Packets/AttributeOwner.cs#L8
Non-nullable property 'Attributes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Obsidian.SourceGenerators/Packets/Property.cs#L25
Non-nullable field 'Writing' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Obsidian.SourceGenerators/Packets/Property.cs#L25
Non-nullable field 'Written' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Obsidian.SourceGenerators/Packets/Property.cs#L25
Non-nullable field 'Reading' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Obsidian.SourceGenerators/Packets/Property.cs#L25
Non-nullable field 'Read' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Obsidian.SourceGenerators/Packets/Property.cs#L25
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Obsidian.SourceGenerators/Packets/Property.cs#L25
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.