Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.46 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.46 KB

Libplanet.Analyzers: Static analysis on Libplanet-powered apps

NuGet NuGet (prerelease)

This Roslyn analyzer checks if code has common mistakes prone to made with Libplanet-powered game apps. E.g., breaking determinism in IAction implementations.

<!-- The below Version attribute should match to your Libplanet's version. -->
<PackageReference Include="Libplanet.Analyzers" Version="0.0.0">
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
  <PrivateAssets>all</PrivateAssets>
</PackageReference>

If you want to check your script on Unity editor:

Rules

Rule
LAA1001 SystemRandomBreaksActionDeterminism
LAA1002 DictionariesOrSetsShouldBeOrderedToEnumerate