azure-storage-manager-sec 1.0.1

dotnet add package azure-storage-manager-sec --version 1.0.1
NuGet\Install-Package azure-storage-manager-sec -Version 1.0.1
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="azure-storage-manager-sec" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add azure-storage-manager-sec --version 1.0.1
#r "nuget: azure-storage-manager-sec, 1.0.1"
#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 azure-storage-manager-sec as a Cake Addin
#addin nuget:?package=azure-storage-manager-sec&version=1.0.1

// Install azure-storage-manager-sec as a Cake Tool
#tool nuget:?package=azure-storage-manager-sec&version=1.0.1

Startup manual:

Before running tasks rebuild solution.<br/> You need to run allTasks in Tasks Runner Explorer (View > Other Windows > Task Runner Explorer) after first checkout from source save.<br/> If sass does not restore, run npm rebuild node-sass in src\BaseApp.Web folder.<br/> To override appsettings.json for dev environment use Manage User Secrets <br/> You need to create and apply all migrations (see EF docs belows for details)

EF docs:

For migrations use EF Core Package Manager Console:<br/> Open console (View > Other Windows > Package Manager Console) and select default project src\BaseApp.Data.ProjectMigration. Then run ef commands (Update-Database for example)<br/> For more details visit: powershell docs

WebApi docs:

Convention: All non-get methods with one parameter binds FromBody (or FromForm if IFormFile presents). See ApiControllerConvention for details <br/> To view help pages use /swagger url)

pgAdmn docs:

use pgAdmin to manage your database. You can download it from here database name is 'ffstorage1'

Docker docs:

use this link to install docker for windows you can install postgress database locally using docker by running 'install-postgress.cmd' in the /FreshFleet/PostgresSqlLocalSetup default username 'postgres' and default database is 'postgres' for local server

Important notes:

Do not use '' in your directory paths. Use '/' instead. <br/>

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

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
1.0.1 66 5/22/2024
1.0.0 81 5/20/2024