WolverineFx by: Jeremy D. Miller, Babu Annamalai, Jaedyn Tonee
  • 2,847k total downloads
  • Latest version: 6.32.0
Build Robust Event Driven Architectures with Simpler Code
WolverineFx.Newtonsoft by: Jeremy D. Miller, Babu Annamalai, Jaedyn Tonee
  • 20 total downloads
  • Latest version: 6.32.0
Newtonsoft.Json (Json.NET) serialization support for Wolverine. Provides Wolverine 5.x-compatible Newtonsoft.Json wire-format opt-in via UseNewtonsoftForSerialization() and per-endpoint CustomNewtonsoftJsonSerialization() extension methods. As of Wolverine 6.0, the core WolverineFx package no longer depends on Newtonsoft.Json — install this package alongside it if you need Newtonsoft.Json instead of System.Text.Json.
WolverineFx.RabbitMQ by: Jeremy D. Miller, Babu Annamalai, Jaedyn Tonee
  • 2,911k total downloads
  • Latest version: 6.32.0
RabbitMQ Transport for Wolverine Messaging Systems
WolverineFx.RuntimeCompilation by: Jeremy D. Miller, Babu Annamalai, Jaedyn Tonee
  • 50 total downloads
  • Latest version: 6.32.0
Opt-in runtime Roslyn compilation support for Wolverine. Add this package and call opts.UseRuntimeCompilation() to enable on-the-fly handler/middleware code generation in development mode. Production deployments that pre-generate code (TypeLoadMode.Static) do not need this package and ship without Roslyn — smaller binaries, faster cold starts, and AOT-readiness. See issue #1577.
Xamarin.Build.Download by: Microsoft
  • 12 total downloads
  • Latest version: 0.11.4
Support for downloading and unpacking archives when building MSBuild projects
Xamarin.Firebase.iOS.CloudMessaging by: Microsoft
  • 2 total downloads
  • Latest version: 8.10.0.3
C# bindings for Firebase APIs Cloud Messaging iOS Library
Xamarin.Firebase.iOS.Core by: Microsoft
  • 3 total downloads
  • Latest version: 8.10.0.3
C# bindings for Firebase APIs Core iOS Library
Xamarin.Firebase.iOS.Installations by: Microsoft
  • 4 total downloads
  • Latest version: 8.10.0.3
C# bindings for Firebase APIs Installations iOS Library
Xamarin.Google.iOS.Maps by: Microsoft
  • 2 total downloads
  • Latest version: 6.0.1.1
C# bindings for Google APIs Maps iOS Library
xunit by: jnewkirk, bradwilson
  • 601 total downloads
  • Latest version: 2.9.3
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.
xunit.analyzers by: jnewkirk, bradwilson, marcind
  • 127 total downloads
  • Latest version: 1.27.0
  • xunit.analyzers, analyzers, roslyn, xunit, xunit.net
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. Installing this package provides code analyzers to help developers find and fix frequent issues when writing tests and xUnit.net extensibility code.
xunit.core by: jnewkirk, bradwilson
  • 112 total downloads
  • Latest version: 2.9.3
Includes the libraries for writing unit tests with xUnit.net.