Starb.StarbookWebApiClient 1.0.0

dotnet add package Starb.StarbookWebApiClient --version 1.0.0
                    
NuGet\Install-Package Starb.StarbookWebApiClient -Version 1.0.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="Starb.StarbookWebApiClient" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Starb.StarbookWebApiClient" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Starb.StarbookWebApiClient" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Starb.StarbookWebApiClient --version 1.0.0
                    
#r "nuget: Starb.StarbookWebApiClient, 1.0.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.
#:package Starb.StarbookWebApiClient@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Starb.StarbookWebApiClient&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Starb.StarbookWebApiClient&version=1.0.0
                    
Install as a Cake Tool

Todo: Testo scorrevole in bassi tipo https://ilsognalibro.com/ Figurine dei tab: piu' grosse e colorate. Mettere numero di telefono sovrapposto al logo Filtro modificare in modo che funziona con i pezzi Cancella filtro: Icona da ⇒ https://www.google.com/search?sca_esv=20df7a1c160717ba&sxsrf=AHTn8zpRXq71UctzDxn--we2VzUuJyz8gw:1740307462309&q=gomma+cancellare&udm=2&fbs=ABzOT_CJHzLz2g9qLwS3rPIwRoY84oX4_Z-Cl9eu6FL5-ogFntFvgGMWKWQCpOHQypCUs8os_Ygi8AeT5bTPXNj_F3SG6PH_Df-33ERA7cmjOiBKuoXybAMTu7Xn_dJ68_QmxMV6_EEqUoSUt_rXvr5lRkZNedVosd6FPZeJVyStMj1Ftc6uKceZYHsN2Y8A_rMbuugAx7lbw4I4f94SiYLf22wljZmrgg&sa=X&ved=2ahUKEwi0ytzAztmLAxXexQIHHdpOAHQQtKgLegQIEhAB&biw=1920&bih=919&dpr=1#imgrc=nKuzykHhgg3tjM&imgdii=jLpO3zsPjmx2BM&vwlns=WyIwQ0JVUWg2Y0dhaGNLRXdpNHRaYlJ6dG1MQXhVQUFBQUFIUUFBQUFBUUNRIl0=&lns=W251bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLG51bGwsIkVrY0tKRGxsTmprMk5qSTRMV0V3T0dNdE5HRTRPUzA0Wm1RMUxUWXhPVGhsTURBd1lUWmlOUklmTkMxWFNYb3dXRmRyVWxWYVRVbG5SM0JuU1V4dVVETnZibkZ2YlZWNGF3PT0iLG51bGwsbnVsbCxudWxsLG51bGwsbnVsbCxudWxsLG51bGwsWyI1MDhlNDE5ZS00ODczLTRjODgtOWIzZC0zNzU1MWVlMTI2YTEiXV0= Mettere scelta tipologia libro (non in Scolastica) Eliminare label della sezione.

How to run MAUI app from command prompt dotnet run -f net8.0-windows10.0.19041.0 -c Debug -p:PublishReadyToRun=true -p:WindowsPackageType=None

How to enable build dotnet workload restore

How to scaffold the db ScaffoldStarb.bat

How to use the command line to publish .NET MAUI app.

Example on Mac: dotnet publish -f net8.0-ios -c Release -p:ArchiveOnBuild=true -p:RuntimeIdentifier=ios-arm64 -p:CodesignKey="{insert the name of the code signing key}"
-p:CodesignProvision="{insert the provisioning profile to use when signing the app bundle}"

Example on Windows: dotnet publish -f net8.0-ios -c Release -p:ArchiveOnBuild=true -p:RuntimeIdentifier=ios-arm64 -p:CodesignKey="insert the name of the code signing key"
-p:CodesignProvision="insert the provisioning profile to use when signing the app bundle." -p:ServerAddress=Developers-MacBook-Pro.local
-p:ServerUser=Developer -p:ServerPassword=Pa$$w0rd -p:TcpPort=58181 -p:_DotNetRootRemoteDirectory=/Users/developer/Library/Caches/Xamarin/XMA/SDKs/dotnet/

Full how to: Publish an iOS app using the command line https://learn.microsoft.com/en-us/dotnet/maui/ios/deployment/publish-cli?view=net-maui-8.0

Switches: -p:ApplicationTitle The user-visible name for the app. -p:ApplicationId The unique identifier for the app, such as com.companyname.mymauiapp. -p:ApplicationVersion The version of the build that identifies an iteration of the app. -p:ApplicationDisplayVersion The version number of the app. -p:RuntimeIdentifier The runtime identifier (RID) for the project. Use ios-arm64. -p:ArchiveOnBuild A boolean value that indicates whether to produce the app archive. Use true to produce the .ipa. -p:CodesignKey The name of the code signing key. -p:CodesignProvision The provisioning profile to use when signing the app bundle. -p:CodesignEntitlements The path to the entitlements file that specifies the entitlements the app requires.

Ex: dotnet publish -f net8.0-ios -c Release -p:ArchiveOnBuild=true -p:RuntimeIdentifier=ios-arm64 -p:CodesignKey="Apple Distribution: John Smith (AY2GDE9QM7)" -p:CodesignProvision="MyMauiApp"

How to run the app from command prompt cd StarbookApp dotnet run -f net8.0-windows10.0.19041.0 -c Debug -p:PublishReadyToRun=true -p:WindowsPackageType=None cd ..

Product 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.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Starb.StarbookWebApiClient:

Package Downloads
Starb.StarbookApp.ClassLibrary

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 283 4/14/2025