Stormancer.Abstractions.Server.Users
1.0.0-pre
See the version list below for details.
dotnet add package Stormancer.Abstractions.Server.Users --version 1.0.0-pre
NuGet\Install-Package Stormancer.Abstractions.Server.Users -Version 1.0.0-pre
<PackageReference Include="Stormancer.Abstractions.Server.Users" Version="1.0.0-pre" />
<PackageVersion Include="Stormancer.Abstractions.Server.Users" Version="1.0.0-pre" />
<PackageReference Include="Stormancer.Abstractions.Server.Users" />
paket add Stormancer.Abstractions.Server.Users --version 1.0.0-pre
#r "nuget: Stormancer.Abstractions.Server.Users, 1.0.0-pre"
#:package Stormancer.Abstractions.Server.Users@1.0.0-pre
#addin nuget:?package=Stormancer.Abstractions.Server.Users&version=1.0.0-pre&prerelease
#tool nuget:?package=Stormancer.Abstractions.Server.Users&version=1.0.0-pre&prerelease
Contains abstractions used by plugins that needs to integrate with the service locator system without depending on the whole users system.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Newtonsoft.Json (>= 13.0.1)
- Stormancer.Abstractions.Core (>= 2.4.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Stormancer.Abstractions.Server.Users:
| Package | Downloads |
|---|---|
|
Stormancer.Server.Plugins.Users
Provides authentication, user management and sessions features to a Stormancer server application. |
|
|
Stormancer.Server.Plugins.Analytics
Provides analytics services to a Stormancer application. |
|
|
Stormancer.Server.Plugins.Collections
Adds a "collection system" to games using Stormancer. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.0.8 | 705 | 3/3/2025 |
| 1.1.0.8-pre | 1,362 | 3/3/2025 |
| 1.1.0.7-pre | 2,200 | 7/24/2024 |
| 1.1.0.6-pre | 1,161 | 4/2/2024 |
| 1.1.0.5-pre | 831 | 3/11/2024 |
| 1.1.0.1-pre | 918 | 12/11/2023 |
| 1.1.0-pre | 4,758 | 8/22/2023 |
| 1.0.0.1-pre | 3,078 | 5/9/2023 |
| 1.0.0-pre | 398 | 5/9/2023 |
Added
*****
- Moved Users abstractions related to ServiceLocator to a separate assembly to break dependency cycles in the analytics plugin.