Aicrosoft.Extensions 6.2.1

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

// Install Aicrosoft.Extensions as a Cake Tool
#tool nuget:?package=Aicrosoft.Extensions&version=6.2.1

Aicrosoft.Extensions

Related extension methods based on dotnet Commonly used conversions

常用的功能

  • 简单缓存
  • 简单测试方法
  • 常用正则表达式库

常用方法

Check静态类

  • NotNull 指定参数null时抛出异常
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on Aicrosoft.Extensions:

Package Downloads
Aicrosoft.Extensions.Hosting

A general-purpose host, adding some simple extensions, such as string processing, automatic module injection, etc. It can also avoid introducing multiple MS packages. Just use this one (no need to introduce MS Hosting again)

Aicrosoft.Extensions.AspectCore

Package Description

Aicrosoft.Extensions.Mvc

Package Description

Aicrosoft.Scheduling

A multifunctional and extensible task scheduling framework

Aicrosoft.DataAccess

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.4.0 518 11/20/2023
6.3.2 272 11/1/2023
6.2.1 437 8/25/2023
6.1.7 317 7/25/2023
6.1.5 510 3/13/2023
6.1.4 442 3/11/2023
6.1.3 507 2/21/2023
6.1.1 564 12/1/2022
6.1.1-beta.221203.1 171 12/3/2022
1.2.1-dev6-1129 676 11/29/2022
1.2.1-dev5-1115 178 11/29/2022
1.0.0 197 5/17/2023

Ver:6.1.6  2023-03-16 Release Notes:
- Fix some waring in code.
- Add extension method IfNotNullOrEmptyThen to run Action when a string value is not empty
- LogHelper.SetConfigurationVariable replaces old SetNLogConfigVariable (flag not available)
- Increase the execution of If conditions, mark other If methods as expired and be removed
- Added the generation of ReleaseNote