![]() |
VOOZH | about |
dotnet add package Infsoft.WPE.App.Services --version 2.3.1
NuGet\Install-Package Infsoft.WPE.App.Services -Version 2.3.1
<PackageReference Include="Infsoft.WPE.App.Services" Version="2.3.1" />
<PackageVersion Include="Infsoft.WPE.App.Services" Version="2.3.1" />Directory.Packages.props
<PackageReference Include="Infsoft.WPE.App.Services" />Project file
paket add Infsoft.WPE.App.Services --version 2.3.1
#r "nuget: Infsoft.WPE.App.Services, 2.3.1"
#:package Infsoft.WPE.App.Services@2.3.1
#addin nuget:?package=Infsoft.WPE.App.Services&version=2.3.1Install as a Cake Addin
#tool nuget:?package=Infsoft.WPE.App.Services&version=2.3.1Install as a Cake Tool
This library provides the interfaces of all publicly available services, which can be used in an app implementation.
Additionally, two delegating handlers are defined.
These serve to use the caching service via and add common headers to every request .
var config = ToastConfig.WithTitle("Data Saved")
.WithSubTitle("Your changes were successfully stored.") // Optional: subtitle text
.WithIconName("check-circle") // Optional: icon name or URL
.WithCloseButton(true) // Optional: show close button
.CloseAfter(3000) // Optional: auto-close after milliseconds
.WithAlignment(ToastConfigAlignment.TopRight) // Optional: position on screen
.WithColor(ToastConfigColor.Green); // Optional: predefined color
// .WithCustomColor("#00FF99") // Optional: use custom HEX instead
// .NotSelfClosing() // Optional: require manual close
ToastService.Show(config);
var buttons = new List<DialogOptionsButton>
{
DialogOptionsButton.WithText("Submit")
.OnClicked(() => DeleteBooking(lockerItem.Item1, lockerItem.Item2))
.AsPrimary(),
DialogOptionsButton.WithText("Cancel")
.AsSecondary()
};
// Create a dialog configuration using the fluent API
var config = DialogOptions.WithTitle("Open locker")
.WithDescription("Are you sure you want to open this locker?") // Optional: add one or more message lines
.WithIconName("delete") // Optional: icon name or URL
.WithButtons(buttons) // Optional: custom button list
.DisableBackgroundClose(); // Optional: disable closing by clicking outside
DialogService.Show(config);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 4 NuGet packages that depend on Infsoft.WPE.App.Services:
| Package | Downloads |
|---|---|
|
Infsoft.WPE.App.UIComponents
Basic components for developing modules used in infsoft's LocAware One application |
|
|
Infsoft.WPE.App.Authentication.Base
Base authentication library used in platform dependent auth libraries (Infsoft.WPE.App.Authentication.Web and Infsoft.WPE.App.Authentication.Maui) for infsoft's LocAware One application |
|
|
Infsoft.WPE.App.Layout
Provides components to unify the app layout |
|
|
Infsoft.WPE.App.Authentication.Native
Native authentication library for infsoft's Workplace Experience application |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.3.1 | 189 | 6/3/2026 |
| 2.3.0 | 489 | 5/28/2026 |
| 2.2.2 | 408 | 4/29/2026 |
| 2.2.1 | 376 | 4/8/2026 |
| 2.2.0 | 131 | 4/1/2026 |
| 2.1.4 | 110 | 4/1/2026 |
| 2.1.3 | 125 | 3/31/2026 |
| 2.1.2 | 122 | 3/30/2026 |
| 2.1.1 | 119 | 3/30/2026 |
| 2.1.0 | 118 | 3/26/2026 |
| 2.0.2 | 168 | 2/2/2026 |
| 2.0.1 | 802 | 1/20/2026 |
| 2.0.0 | 323 | 1/19/2026 |
| 0.11.17 | 261 | 1/14/2026 |
| 0.11.16 | 899 | 12/3/2025 |
| 0.11.15 | 703 | 12/2/2025 |
| 0.11.14 | 375 | 11/13/2025 |
| 0.11.13 | 230 | 11/7/2025 |
| 0.11.12 | 206 | 11/7/2025 |
| 0.11.11 | 237 | 11/6/2025 |