LunZi 1.0.5
dotnet add package LunZi --version 1.0.5
NuGet\Install-Package LunZi -Version 1.0.5
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="LunZi" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LunZi" Version="1.0.5" />
<PackageReference Include="LunZi" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LunZi --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LunZi, 1.0.5"
#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.
#:package LunZi@1.0.5
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LunZi&version=1.0.5
#tool nuget:?package=LunZi&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Maui的轮子
介绍
本地化
MB
Task ShowAsync(string message, int delaySeconds = 15); Task ExceptionAsync(Exception e); Task<bool> ConfirmAsync(object message, int delaySeconds = 15);FireService
void FireAndForgetSafe(Func<Task> operation, Action<bool>? onFinish = null); Task<bool> FireSafeAsync(Func<Task> operation)LogSqlite
xmlns:log="clr-namespace:LunZi.Pages;assembly=LunZi" ... <Tab Title="日志"> <ShellContent ContentTemplate="{DataTemplate log:PLog}"/> </Tab>Preferences键值对存储 改成了 KVStorage
void Write<T>(this T obj); void Write<T>(string Key, T t); T? Read<T>(this T? t) T? Read<T>() T? Read<T>(string key)LinqExtensions
IEnumerable<T> OrderByEx<T>(this IEnumerable<T> enumberable, string propertyName); IEnumerable<T> OrderByDescendingEx<T>(this IEnumerable<T> enumberable, string propertyName);
使用说明
...
builder.AddLunZiService();
var app = builder.Build();
app.InitializeLunZi();
return app;
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-android36.0 is compatible. net10.0-windows10.0.19041 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0-android36.0
- CommunityToolkit.Maui (>= 14.0.1)
- CommunityToolkit.Maui.Markup (>= 7.0.1)
- CommunityToolkit.Mvvm (>= 8.4.0)
- Microsoft.Data.Sqlite (>= 10.0.4)
- Microsoft.Maui.Controls (>= 10.0.50)
-
net10.0-windows10.0.19041
- CommunityToolkit.Maui (>= 14.0.1)
- CommunityToolkit.Maui.Markup (>= 7.0.1)
- CommunityToolkit.Mvvm (>= 8.4.0)
- Microsoft.Data.Sqlite (>= 10.0.4)
- Microsoft.Maui.Controls (>= 10.0.50)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.