AppBrix.Events.Async
0.49.0
See the version list below for details.
dotnet add package AppBrix.Events.Async --version 0.49.0
NuGet\Install-Package AppBrix.Events.Async -Version 0.49.0
<PackageReference Include="AppBrix.Events.Async" Version="0.49.0" />
paket add AppBrix.Events.Async --version 0.49.0
#r "nuget: AppBrix.Events.Async, 0.49.0"
// Install AppBrix.Events.Async as a Cake Addin #addin nuget:?package=AppBrix.Events.Async&version=0.49.0 // Install AppBrix.Events.Async as a Cake Tool #tool nuget:?package=AppBrix.Events.Async&version=0.49.0
AppBrix
AppBrix is a way of thinking about and building scalable modular applications.
This framework is using the latest version of .NET.
AppBrix has been created with the following priorities:
- Everything should be testable.
- Interfaces should be easy to understand and use.
- Every part of the framework should be easily replaceable without changing the original source code.
Setup
# Clone project locally.
git clone git@github.com:MarinAtanasov/AppBrix.git
# Go to project root directory.
cd AppBrix
# Restore nuget dependencies and build the solution.
dotnet build AppBrix.sln
Running Tests
The tests are using xUnit.
- In Visual Studio, Test Explorer must be opened before building test projects in order to discover the tests.
- In JetBrains Rider, they can be run with right click on Tests solution folder and selecting Run Unit Tests.
- In PowerShell, while in the project's root folder:
# You can add -Build to restore dependencies and build the solution.
# You can add -Release to use the Release configuration instead of Debug.
# Run functional tests (default). Add -Parallel for parallel execution.
./Test.ps1 -tests Functional # ./Test.ps1
# Run performance tests
./Test.ps1 -tests Performance # ./Test.ps1 p
# Run all tests
./Test.ps1 -tests All # ./Test.ps1 a
Publishing packages
Packaging and publishing of a new version of all projects can be done using PowerShell. It requires Nuget CLI to be set up locally with account API key.
./Publish.ps1
Sample Applications
AppBrix.ConsoleApp is a simple console application which uses the framework.
AppBrix.WebApp is a simple web application which uses the framework.
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. |
-
net8.0
- AppBrix.Events (>= 0.49.0)
- System.Threading.Channels (>= 8.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on AppBrix.Events.Async:
Package | Downloads |
---|---|
AppBrix.Logging
Module which enables throwing of logging events and subscribing to those events. |
|
AppBrix.Events.Schedule
Base module used for registering scheduled events. |
|
AppBrix.All
Reference to all AppBrix projects. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.50.0 | 176 | 10/10/2024 |
0.49.0 | 179 | 10/4/2024 |
0.48.0 | 245 | 8/16/2024 |
0.47.0 | 222 | 7/10/2024 |
0.46.0 | 225 | 5/31/2024 |
0.45.0 | 195 | 5/12/2024 |
0.44.0 | 315 | 2/14/2024 |
0.43.0 | 497 | 11/23/2023 |
0.42.0 | 602 | 10/2/2023 |
0.41.0 | 747 | 7/11/2023 |
0.40.0 | 723 | 6/15/2023 |
0.39.0 | 841 | 4/15/2023 |
0.38.0 | 884 | 3/2/2023 |
0.37.0 | 929 | 2/9/2023 |
0.36.0 | 1,018 | 12/17/2022 |
0.35.0 | 2,616 | 10/11/2022 |
0.34.0 | 2,673 | 8/14/2022 |
0.33.0 | 2,698 | 7/14/2022 |
0.32.0 | 2,257 | 6/18/2022 |
0.31.2 | 2,326 | 5/15/2022 |
0.31.1 | 2,292 | 5/15/2022 |
0.31.0 | 2,281 | 5/15/2022 |
0.30.0 | 2,349 | 4/25/2022 |
0.29.0 | 2,361 | 3/25/2022 |
0.28.0 | 2,394 | 2/14/2022 |
0.27.0 | 1,483 | 12/18/2021 |
0.26.0 | 1,555 | 11/13/2021 |
0.25.0 | 3,090 | 8/20/2021 |
0.24.0 | 3,077 | 7/11/2021 |
0.23.0 | 3,163 | 4/17/2021 |
0.22.0 | 3,272 | 3/21/2021 |
0.21.0 | 3,263 | 12/21/2020 |
0.20.0 | 3,289 | 11/14/2020 |
0.19.0 | 3,553 | 8/2/2020 |
0.18.0 | 3,143 | 2/10/2020 |
0.17.0 | 3,340 | 1/24/2020 |
0.16.0 | 3,160 | 11/8/2019 |
0.15.0 | 3,521 | 8/12/2019 |
0.14.0 | 3,576 | 7/6/2019 |
0.13.0 | 2,650 | 1/4/2019 |
0.12.0 | 3,574 | 7/3/2018 |
0.11.1 | 2,833 | 2/20/2018 |
0.11.0 | 2,983 | 2/20/2018 |
0.10.0 | 2,958 | 11/6/2017 |
0.9.0 | 2,858 | 10/1/2017 |
0.8.0 | 2,966 | 9/1/2017 |
0.7.0 | 2,205 | 12/8/2016 |
0.6.0 | 2,145 | 10/17/2016 |
0.5.0 | 2,226 | 6/30/2016 |
Fix package tags.