FormatWith 2.1.0
See the version list below for details.
dotnet add package FormatWith --version 2.1.0
NuGet\Install-Package FormatWith -Version 2.1.0
<PackageReference Include="FormatWith" Version="2.1.0" />
paket add FormatWith --version 2.1.0
#r "nuget: FormatWith, 2.1.0"
// Install FormatWith as a Cake Addin #addin nuget:?package=FormatWith&version=2.1.0 // Install FormatWith as a Cake Tool #tool nuget:?package=FormatWith&version=2.1.0
String extension methods for performing {named} {{parameterized}} string formatting, written for NetStandard 2.0
Product | Versions 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 | 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. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on FormatWith:
Package | Downloads |
---|---|
PegasusInfrastructure
Package Description |
|
TTRPG.Engine
Manage game algorithms in serializable structures. https://github.com/timjen3/ttrpg-engine/blob/main/Readme.md |
|
HashiVaultCs
A .NET library for interacting with HashiCorp Vault. Features are minimal, please read documentation. |
|
Pantry.Mediator.AspNetCore
Repositories for Root Aggregates. |
|
Jfw.Core
Provides services to access data and built-in methods in Jframework. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on FormatWith:
Repository | Stars |
---|---|
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
|
|
nickworonekin/puyotools
Puyo Tools is a collection of tools and libraries used to access the contents of various game files. Although it was initially built to handle files used in Puyo Puyo games, it can handle files used in other games as well.
|
Version | Downloads | Last updated |
---|---|---|
3.0.1 | 591,138 | 8/25/2020 |
3.0.0 | 8,443 | 8/24/2020 |
2.2.1 | 215,152 | 12/6/2017 |
2.2.0 | 92,416 | 10/18/2017 |
2.1.0 | 5,570 | 9/14/2017 |
2.0.3 | 2,628 | 8/21/2017 |
2.0.0-alpha | 827 | 8/18/2017 |
1.4.1 | 26,988 | 7/18/2016 |
1.4.0 | 5,160 | 6/28/2016 |
1.3.1 | 5,660 | 6/2/2016 |
1.3.0 | 1,440 | 6/2/2016 |
1.2.1 | 1,378 | 5/11/2016 |
1.1.0 | 1,747 | 3/24/2016 |
1.0.0 | 1,843 | 3/22/2016 |
- Added a Func parameter handler overload to FormatWith and FormattableWith.
- Improved performance for the object based/anonymous class overloads.
- Internal code cleanup