Skip to content

Do not allocate on each new connection (#435) #10

Do not allocate on each new connection (#435)

Do not allocate on each new connection (#435) #10

Triggered via push March 6, 2024 10:07
Status Success
Total duration 43s
Artifacts

nuget-push.yml

on: push
Package Commit
33s
Package Commit
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Package Commit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Package Commit: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L301
Cannot convert null literal to non-nullable reference type.
Package Commit: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L414
Cannot convert null literal to non-nullable reference type.
Package Commit: Obsidian.SourceGenerators/Packets/AttributeOwner.cs#L21
Cannot convert null literal to non-nullable reference type.
Package Commit: 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.
Package Commit: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L20
Cannot convert null literal to non-nullable reference type.
Package Commit: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L57
Converting null literal or possible null value to non-nullable type.
Package Commit: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L58
Possible null reference argument for parameter 'symbol' in 'Property.Property(FieldDeclarationSyntax field, ISymbol symbol)'.
Package Commit: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L63
Converting null literal or possible null value to non-nullable type.
Package Commit: Obsidian.SourceGenerators/Packets/SerializationMethodsGenerator.cs#L64
Possible null reference argument for parameter 'symbol' in 'Property.Property(PropertyDeclarationSyntax property, ISymbol symbol)'.