SimpleToolkit.Attributes
1.7.7
dotnet add package SimpleToolkit.Attributes --version 1.7.7
NuGet\Install-Package SimpleToolkit.Attributes -Version 1.7.7
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="SimpleToolkit.Attributes" Version="1.7.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleToolkit.Attributes --version 1.7.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimpleToolkit.Attributes, 1.7.7"
#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 SimpleToolkit.Attributes as a Cake Addin #addin nuget:?package=SimpleToolkit.Attributes&version=1.7.7 // Install SimpleToolkit.Attributes as a Cake Tool #tool nuget:?package=SimpleToolkit.Attributes&version=1.7.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SimpleToolkit
SimpleToolkit is a set of helpers, models, controls, etc. used in my other C# projects.
Status
Project | NuGet Gallery |
---|---|
Extensions | |
Attributes | |
MVVM | |
UI.Models | |
UI.WinUI.Behaviors | |
UI.WinUI.Converters | |
UI.WinUI.Controls | |
UI.WinUI.Helpers |
Contents
Extensions
- StringExtensions
- (static) CreateRandom - returns random string
- Shuffle - returns shuffled string
- HttpClientExtensions
- DownloadAsync - allows to track progress of downloading data
- StreamExtensions
- CopyToAsync - allows to track progress of copying data
- IEnumerableExtensions
- Random - returns random item from IEnumerable
Attributes
- RequiresClaimAttribute - returns Forbidden result, when claim is not present
MVVM
- ObservableKeyValuePair - Observable version of KeyValuePair
- ObservableDictionary - Observable version of Dictionary
UI.Models
- NavigationViewItem - model which can be used to implement NavigationViewService-less navigation in MVVM
UI.WinUI.Behaviors
- EventToCommandBehavior - allows to bind parametrized command to any event
UI.WinUI.Converters
- ObjectToIntConverter - converts any object to int (e.g. enums)
- ObjectToStringConverter - converts any object to string
UI.WinUI.Controls
- TimeSpanControl - allows to select TimeSpan
UI.WinUI.Helpers
- WindowHelper
- ShowWindow - Brings window to the front
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.