StustOrg 8.3.0
dotnet add package StustOrg --version 8.3.0
NuGet\Install-Package StustOrg -Version 8.3.0
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="StustOrg" Version="8.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StustOrg --version 8.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: StustOrg, 8.3.0"
#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 StustOrg as a Cake Addin #addin nuget:?package=StustOrg&version=8.3.0 // Install StustOrg as a Cake Tool #tool nuget:?package=StustOrg&version=8.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
USAGE
StustOrg.Org Org = new StustOrg.Org("http://example.com");
var chief = Org.GetEmployee("airmanx")
.Bind(Org.GetDept)
.Bind(Org.GetChief);
var title =
from emp in Org.GetEmployee("airmanx")
from dept in Org.GetMainAdminDept(emp)
from chiefTitle in Org.GetChiefTitle(dept)(emp)
select chiefTitle;
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
- LanguageExt.Core (>= 4.4.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
8.3.0 | 72 | 11/13/2024 |
8.2.0 | 81 | 11/12/2024 |
8.1.0 | 75 | 11/8/2024 |
8.0.0 | 72 | 11/7/2024 |
6.6.0 | 238 | 6/21/2023 |
6.5.0 | 155 | 5/15/2023 |
6.4.2 | 244 | 3/24/2023 |
6.4.1 | 254 | 3/24/2023 |
6.4.0 | 260 | 3/23/2023 |
6.3.2 | 478 | 3/30/2022 |
6.3.1 | 440 | 3/28/2022 |
6.3.0 | 421 | 3/22/2022 |
6.2.0 | 443 | 3/15/2022 |
6.1.2 | 445 | 3/14/2022 |
6.1.1 | 432 | 3/14/2022 |
6.1.0 | 425 | 3/14/2022 |
6.0.0 | 460 | 3/14/2022 |