Dolittle.SDK.Analyzers 24.1.2

dotnet add package Dolittle.SDK.Analyzers --version 24.1.2                
NuGet\Install-Package Dolittle.SDK.Analyzers -Version 24.1.2                
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="24.1.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dolittle.SDK.Analyzers --version 24.1.2                
#r "nuget: Dolittle.SDK.Analyzers, 24.1.2"                
#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=24.1.2

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

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.1.2 270 2/5/2025
24.1.1 209 2/3/2025
24.1.0 207 1/7/2025
24.0.0 129 11/13/2024
23.5.2 229 11/13/2024
23.5.1 144 11/7/2024
23.5.0 892 10/23/2024
23.4.0 353 10/2/2024
23.3.0 506 7/31/2024
23.2.5 600 6/20/2024
23.2.4 226 6/13/2024
23.2.3 160 6/10/2024
23.2.2 197 6/2/2024
23.2.1 187 5/16/2024
23.2.0 1,661 3/14/2024
23.1.0 258 3/12/2024
23.0.0 226 3/8/2024
22.1.3 266 2/26/2024
22.1.2 1,189 10/24/2023
22.1.1 432 10/4/2023
22.1.0 358 9/18/2023
22.0.5 412 9/7/2023
22.0.4 505 8/28/2023
22.0.3 398 8/15/2023
22.0.2 466 8/8/2023
22.0.1 335 8/8/2023
22.0.0 511 6/22/2023
22.0.0-arkenstone.1 91 6/21/2023
22.0.0-arkenstone.0 84 6/12/2023
21.0.2 558 9/7/2023
21.0.1 626 6/8/2023
21.0.0 305 6/2/2023
21.0.0-feanor.2 80 5/31/2023
21.0.0-feanor.1 1,145 5/30/2023
21.0.0-feanor.0 79 5/30/2023
20.2.0 2,508 1/23/2023
20.2.0-shire.17 112 1/19/2023
20.2.0-shire.16 101 1/16/2023
20.2.0-shire.15 105 1/12/2023
20.2.0-shire.14 108 1/12/2023
20.2.0-shire.13 101 1/12/2023
20.2.0-shire.12 110 1/11/2023
20.2.0-shire.11 101 1/10/2023
20.2.0-shire.10 105 1/6/2023
20.2.0-shire.9 105 1/6/2023
20.2.0-shire.8 100 1/6/2023
20.2.0-shire.7 105 1/6/2023
20.2.0-shire.6 110 1/5/2023
20.2.0-shire.5 111 1/5/2023
20.2.0-shire.4 112 1/5/2023
20.2.0-shire.3 113 1/5/2023
20.2.0-shire.2 112 12/26/2022
20.2.0-shire.1 107 12/26/2022
20.2.0-shire.0 107 12/26/2022
20.1.0 456 12/25/2022
20.0.2 1,135 12/13/2022
20.0.1 462 12/12/2022
20.0.0 468 12/8/2022
19.1.0-elrond.7 95 12/7/2022
19.1.0-elrond.6 163 12/5/2022
19.1.0-elrond.5 96 12/5/2022
19.1.0-elrond.4 96 12/2/2022
19.1.0-elrond.3 99 12/2/2022
19.1.0-elrond.2 96 11/29/2022
19.1.0-elrond.1 97 11/28/2022
19.1.0-elrond.0 100 11/28/2022

Version 24.1.2:
Hardened SDK assembly loading, and fixed an issue where analyzer DLL's were packaged with the application.

Fixed:
- Fixed issue where a failed assembly loading could prevent services from starting
- Ensured the transitive roslyn DLL's are not packaged with applications

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