Dolittle.SDK.Analyzers 23.5.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dolittle.SDK.Analyzers --version 23.5.1                
NuGet\Install-Package Dolittle.SDK.Analyzers -Version 23.5.1                
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="Dolittle.SDK.Analyzers" Version="23.5.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dolittle.SDK.Analyzers --version 23.5.1                
#r "nuget: Dolittle.SDK.Analyzers, 23.5.1"                
#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 Dolittle.SDK.Analyzers as a Cake Addin
#addin nuget:?package=Dolittle.SDK.Analyzers&version=23.5.1

// Install Dolittle.SDK.Analyzers as a Cake Tool
#tool nuget:?package=Dolittle.SDK.Analyzers&version=23.5.1                

Dolittle

Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.

This is our C# SDK, install it with:

dotnet add package Dolittle.SDK 

Get Started

Want to try another language?

Issues and Contributing

Issues and contributions are always welcome!

To learn how to contribute, please read our contributing guide.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Dolittle.SDK.Analyzers:

Package Downloads
Dolittle.SDK

Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.0.0 119 11/13/2024
23.5.2 181 11/13/2024
23.5.1 139 11/7/2024
23.5.0 604 10/23/2024
23.4.0 351 10/2/2024
23.3.0 502 7/31/2024
23.2.5 597 6/20/2024
23.2.4 225 6/13/2024
23.2.3 155 6/10/2024
23.2.2 196 6/2/2024
23.2.1 184 5/16/2024
23.2.0 1,565 3/14/2024
23.1.0 254 3/12/2024
23.0.0 225 3/8/2024
22.1.3 263 2/26/2024
22.1.2 1,188 10/24/2023
22.1.1 431 10/4/2023
22.1.0 357 9/18/2023
22.0.5 411 9/7/2023
22.0.4 504 8/28/2023
22.0.3 397 8/15/2023
22.0.2 464 8/8/2023
22.0.1 333 8/8/2023
22.0.0 510 6/22/2023
22.0.0-arkenstone.1 90 6/21/2023
22.0.0-arkenstone.0 83 6/12/2023
21.0.2 554 9/7/2023
21.0.1 625 6/8/2023
21.0.0 304 6/2/2023
21.0.0-feanor.2 79 5/31/2023
21.0.0-feanor.1 1,144 5/30/2023
21.0.0-feanor.0 78 5/30/2023
20.2.0 2,503 1/23/2023
20.2.0-shire.17 111 1/19/2023
20.2.0-shire.16 100 1/16/2023
20.2.0-shire.15 104 1/12/2023
20.2.0-shire.14 107 1/12/2023
20.2.0-shire.13 100 1/12/2023
20.2.0-shire.12 109 1/11/2023
20.2.0-shire.11 100 1/10/2023
20.2.0-shire.10 104 1/6/2023
20.2.0-shire.9 104 1/6/2023
20.2.0-shire.8 99 1/6/2023
20.2.0-shire.7 104 1/6/2023
20.2.0-shire.6 109 1/5/2023
20.2.0-shire.5 110 1/5/2023
20.2.0-shire.4 111 1/5/2023
20.2.0-shire.3 112 1/5/2023
20.2.0-shire.2 111 12/26/2022
20.2.0-shire.1 106 12/26/2022
20.2.0-shire.0 106 12/26/2022
20.1.0 455 12/25/2022
20.0.2 1,134 12/13/2022
20.0.1 461 12/12/2022
20.0.0 467 12/8/2022
19.1.0-elrond.7 94 12/7/2022
19.1.0-elrond.6 162 12/5/2022
19.1.0-elrond.5 94 12/5/2022
19.1.0-elrond.4 93 12/2/2022
19.1.0-elrond.3 96 12/2/2022
19.1.0-elrond.2 95 11/29/2022
19.1.0-elrond.1 96 11/28/2022
19.1.0-elrond.0 99 11/28/2022

Version 23.5.1:
This PR upgrades the included MongoDB drivers to the latest version.

It also adds a Roslyn code fix for missing identity parameters on EventType, Projections, EventHandler and AggregateRoot.

Added:
- Codefix for CS7036, when there is no attribute identity specified on an identity attribute.

Changelog:
For all release notes, see changelog (https://github.com/dolittle/DotNET.SDK/blob/master/CHANGELOG.md)