Found 1,281 packages
A source code only package which allows you to use C# 9's init and record features in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework by providing a polyfill for the IsExternalInit class. This package does not contain any compiled binaries, but instead adds the IsExternalInit class as C# source code to your project. Because this code is compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications. The C# code is only included if you are targeting a framework version which does not support the IsExternalInit class. For example, if you create a library which multi-targets .NET Standard 2.0 and .NET 5.0, the IsExternalInit class is not provided in the .NET 5.0 compilation, because .NET 5.0 already provides support for the class by default. Please see https://github.com/manuelroemer/IsExternalInit for additional information on how to use this package.
Adds a module initializer to an assembly.
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
Redis消息队列中间件 1.支持redis广播 2.支持redis延迟队列 3.支持循环执行队列
Package Description
Package Description
Allows you to define asynchronous initialization actions for services in a Host's IServiceProvider
sources custom init scripts and includes custom powershell modules in the package manager console
A Pulumi package for creating and managing cloudinit cloud resources.
Allows for 'records' and 'init' setters in .NET Standard 2.0 projects, among other things. See README for how to use and install.
Initiliazation library for Static Initilation methods that need to run. Place an Init attribute on any class and if needed specify the name of the Static Function to run at app start up. Note on application start you must call Joe.Init.RunInitFuntions()
C# source code only package which allows to use C# 9's 'init only setters' feature targeting frameworks older than .NET 5.0. This package generats a polyfill type to resolve "Error CS0518 - Predefined type 'System.Runtime.CompilerServices.IsExternalInit' is not defined or imported". See https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-9.0/init for more info. Package documentation on github: https://github.com/6bee/aqua-tools/tree/v2.2.9#aquatoolpolyfillisexternalinit
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, others=e_sqlite3 included. Note that this bundle is identical to bundle_e_sqlite3, except on iOS where it uses the system SQLite library instead of e_sqlite3. In other words, when you use this bundle in a cross-platform app, your app is not using the same SQLite build configuration on all platforms.
Enables SkipLocalsInit by simply specifying the dev NuGet package.
A generic implementation of the asynchronous factory pattern. Supported Platforms: * .NET Framework 4 * Silverlight 4 * Windows 8 * Windows Phone Silverlight 7.1 * Windows Phone 8.1 * Xamarin.Android * Xamarin.iOS * Portable Class Libraries
Scripts to automate common development tasks
MicroElements source code only package: IsExternalInit. Record support for dotnet versions before .NET 5.0.
Adds support for dependency injection to AsyncInit. Supported Platforms: * .NET Framework 4 * Silverlight 4 * Windows 8 * Windows Phone Silverlight 7.1 * Windows Phone 8.1 * Xamarin.Android * Xamarin.iOS * Portable Class Libraries
Control the value of the localsinit flag on methods.
The current repository allows you to maintain your start-up project class cleanly, and organize solution structure more clearly, simply readable, and reusable. And with the possibility to order initialize and use it or not. Using this functionality allows you to safely add new dependence, adjust existing or remove/relocate it without pain and with a few adjustments.