Squirl.Core
1.2.1
dotnet add package Squirl.Core --version 1.2.1
NuGet\Install-Package Squirl.Core -Version 1.2.1
<PackageReference Include="Squirl.Core" Version="1.2.1" />
<PackageVersion Include="Squirl.Core" Version="1.2.1" />
<PackageReference Include="Squirl.Core" />
paket add Squirl.Core --version 1.2.1
#r "nuget: Squirl.Core, 1.2.1"
#:package Squirl.Core@1.2.1
#addin nuget:?package=Squirl.Core&version=1.2.1
#tool nuget:?package=Squirl.Core&version=1.2.1
Squirl MF
An extensible micro-framework for rapid creation of micro-services.
The goal of Squirl-MF is to provide a lightweight and extensible wrapper over a .NET WebApplication that allows you to easily create and configure microservices without having to write the same boilerplate code every time. It is designed to be easily extendable to easily add additional services and functionality.
Extensions are available as additional class libraries, allowing you to pick and choose what you want to add, and keeping services as thin as possible.
Example:
await new ServiceHost()
.AddMongoDb()
.AddKafka( (broker) => {
broker.Configure()
.AddMessageHandler<MyMessageType>("topic", myHandler);
})
.RunAsync();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Swashbuckle.AspNetCore (>= 6.4.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Squirl.Core:
| Package | Downloads |
|---|---|
|
Squirl.Data.Core
Package Description |
|
|
Squirl.Messaging.Core
Package Description |
|
|
Squirl.Messaging.Kafka
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.