Antelcat.AutoGen 1.0.0-pre-alpha-2

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

// Install Antelcat.AutoGen as a Cake Tool
#tool nuget:?package=Antelcat.AutoGen&version=1.0.0-pre-alpha-2&prerelease

Antelcat.AutoGen

自动生成任何你想要的东西

除非做不到

已支持

Antelcat.AutoGen.ComponentModel :

  • [AutoStringTo(string, Accessibility)] :

    自动生成 string To 的扩展

    仅能在 assemblystatic partial class 上使用

    AutoStringTo

  • Mapping :
    • [AutoMap(Accessibility)] :

      自动生成与其他类型的映射代码

      只能在 partial method 上使用

      AutoMapTo

      你可以使用它生成 浅拷贝

    • [MapBetween(fromProperty, toProperty)] :

      指定在两者类型上的属性名称映射

      • By : 映射属性时使用的转换方法
    • [MapIgnore] :

      在生成映射代码时忽略

    • [MapInclude(property)] :

      显式添加参与映射的被 [MapIgnore] 的属性

    • [MapExclude(string)] :

      将属性在映射中移除

    • [MapConstructor(params string[])] :

      指定构造目标函数所提供的属性,如果为空则尝试自动匹配

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 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 net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  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.0

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.

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.0.1 95 4/22/2024
1.0.0 78 4/18/2024
1.0.0-pre-alpha-9 91 3/12/2024
1.0.0-pre-alpha-8 99 3/5/2024
1.0.0-pre-alpha-7 76 2/22/2024
1.0.0-pre-alpha-6 80 2/8/2024
1.0.0-pre-alpha-5 144 12/28/2023
1.0.0-pre-alpha-4 91 12/27/2023
1.0.0-pre-alpha-3 91 12/27/2023
1.0.0-pre-alpha-2 87 12/27/2023
1.0.0-pre-alpha-10 76 3/29/2024
1.0.0-pre-alpha-1 114 12/20/2023

Fix return type not fully qualified, and add prop convertion