EDAQuickstart 1.3.0

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

// Install EDAQuickstart as a Cake Tool
#tool nuget:?package=EDAQuickstart&version=1.3.0

Getting Started

  1. You can run this repository by just cloning it and running it inside an IDE. The tests should all work without any extra dependencies.

  2. To use the quickstart a few steps have to be taken:

    1. Install dotnet new -i EDAQuickstart.Templates on your pc.

    2. Create a new project in Rider or Visual studio, scroll to the bottom and you should see 2 templates

      • One template is the quickstart integrated in ASP.NET Core, use this one if your microservice needs to handle Commands

        • You can also create this project with dotnet new edaq-template-asp, make sure to first create the folder you want to put the project in.
      • The other template is the basic version of the quickstart inside a console application, use this one if your microservice only handles Events

        • You can also create this project with dotnet new edaq-template-console, make sure to first create the folder you want to put the project in.
    3. Click create

    4. Make sure to change the appsettings.json files to match your local development needs.

    5. Everything should work now, if the template crashes on startup it's most likely that you don't have an instance of RabbitMQ or PostgreSQL running. You can switch the providers in the Startup.cs or Program.cs if you do not want to use these tools.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.5.0 621 6/17/2020
1.4.0 515 6/17/2020
1.3.0 551 6/9/2020
1.2.0 544 6/5/2020
1.1.0 528 6/5/2020
1.0.0 547 6/4/2020