ObsidianMC / Obsidian

A C# implementation of the Minecraft server protocol.
GNU General Public License v3.0
413 stars 42 forks source link

Fix source generator warnings #444

Closed Seb-stian closed 3 months ago

Seb-stian commented 3 months ago

Fixed all compiler warnings for the Obsidian.SourceGenerators project. Behavior should stay (almost) the same. Some code is awkward, because source generators cannot target the newest dotnet with all features.