Kephas.Analyzers 11.1.0

Prefix Reserved
dotnet add package Kephas.Analyzers --version 11.1.0
                    
NuGet\Install-Package Kephas.Analyzers -Version 11.1.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="Kephas.Analyzers" Version="11.1.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.
<PackageVersion Include="Kephas.Analyzers" Version="11.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Kephas.Analyzers">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Kephas.Analyzers --version 11.1.0
                    
#r "nuget: Kephas.Analyzers, 11.1.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.
#:package Kephas.Analyzers@11.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Kephas.Analyzers&version=11.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Kephas.Analyzers&version=11.1.0
                    
Install as a Cake Tool

Provides analysis of Kephas based assemblies.
           - Generates code for application services registered through [AppServiceContract] attributes.

           Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.1.0 813 4/13/2022
11.1.0-dev.4 287 4/6/2022
11.1.0-dev.3 265 3/30/2022
11.1.0-dev.2 259 3/23/2022
11.1.0-dev.1 262 3/23/2022
11.0.0 616 3/11/2022
11.0.0-dev.7 285 3/7/2022
11.0.0-dev.6 269 2/28/2022
11.0.0-dev.5 262 2/26/2022
11.0.0-dev.4 278 2/24/2022
11.0.0-dev.3 273 2/23/2022
11.0.0-dev.2 276 2/18/2022
11.0.0-dev.1 282 2/7/2022
10.3.0 671 1/18/2022
10.2.0 1,039 12/3/2021
10.1.0 5,085 11/23/2021
10.1.0-dev.7 338 11/17/2021
10.1.0-dev.6 314 11/16/2021
10.1.0-dev.5 299 11/10/2021
10.1.0-dev.4 319 11/8/2021
Loading failed

Please check https://github.com/kephas-software/kephas/releases for the change log.
           Also check the documentation and the samples from https://github.com/kephas-software/kephas/wiki and https://github.com/kephas-software/kephas/tree/master/Samples.