DefaultEcs.Analyzer 0.17.0

dotnet add package DefaultEcs.Analyzer --version 0.17.0
NuGet\Install-Package DefaultEcs.Analyzer -Version 0.17.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DefaultEcs.Analyzer" Version="0.17.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DefaultEcs.Analyzer --version 0.17.0
#r "nuget: DefaultEcs.Analyzer, 0.17.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DefaultEcs.Analyzer as a Cake Addin
#addin nuget:?package=DefaultEcs.Analyzer&version=0.17.0

// Install DefaultEcs.Analyzer as a Cake Tool
#tool nuget:?package=DefaultEcs.Analyzer&version=0.17.0

Roslyn analyzers for DefaultEcs users.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on DefaultEcs.Analyzer:

Repository Stars
Doraku/DefaultEcs
Entity Component System framework aiming for syntax and usage simplicity with maximum performance for game development.
Version Downloads Last updated
0.17.0 5,780 11/15/2021
0.16.0 672 6/9/2021
0.15.1 398 5/26/2021
0.15.0 528 1/16/2021
0.1.0 839 6/13/2020

## New features
- added validation and code generation for AEntitySortedSetSystem
- added check for World operations in entity systems
- added DisableDefaultEcsSystemGenerator property to disable the system generator
## Bug fixes
- fixed CreateEntityContainer generating not non-nullable compliant code (#7)