HackSystem.Web.ProgramPlatform.Abstractions
1.0.0.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package HackSystem.Web.ProgramPlatform.Abstractions --version 1.0.0.2
NuGet\Install-Package HackSystem.Web.ProgramPlatform.Abstractions -Version 1.0.0.2
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="HackSystem.Web.ProgramPlatform.Abstractions" Version="1.0.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HackSystem.Web.ProgramPlatform.Abstractions" Version="1.0.0.2" />
<PackageReference Include="HackSystem.Web.ProgramPlatform.Abstractions" />
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 HackSystem.Web.ProgramPlatform.Abstractions --version 1.0.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HackSystem.Web.ProgramPlatform.Abstractions, 1.0.0.2"
#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.
#addin nuget:?package=HackSystem.Web.ProgramPlatform.Abstractions&version=1.0.0.2
#tool nuget:?package=HackSystem.Web.ProgramPlatform.Abstractions&version=1.0.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
HackSystem
Nuget Packages
How to launch?
- Install .Net 6.0 SDK.
- Download source code and open in Visual Studio 2019 (16.8+).
- Set
HackSystem.WebHost
andHackSystem.WebAPI
as startup projects. - Press F5 to run.
- Navigate to https://localhost:2473
- Enjoy it.
How to deploy?
- Edit
hosting.json
file ofHackSystem.WebHost
andHackSystem.WebAPI
projects to config the port to listen. - Edit
wwwroot/appsettings.json
file ofHackSystem.Web
so thatAPIConfiguration.APIURL
equalsurls
ofHackSystem.WebHost
to config the address of Web API. - Edit
JwtConfiguration
section ofHackSystem.WebAPI
project'sappsettings.json
, it is Important for security! - Publish
HackSystem.WebHost
andHackSystem.WebAPI
projects.HackSystem.WebHost
is just a fake host of core projectHackSystem.Web
.
- Navigate to Hack System:
- Open browser and navigate to the address which you just configured for
HackSystem.WebHost
. - Or you can use the
HackSystem.Host
project to visit Hack System.- Before you launch
HackSystem.Host
, editHostConfigs.json
file so thatRemoteURL
equals the address which you just configured forHackSystem.WebHost
. - Just run
HackSystem.Host.exe
.
- Before you launch
- Open browser and navigate to the address which you just configured for
- Enjoy it.
Video
Click image below to watch video.
Screen
Start Up
Register
Login
Desktop Demo
Task Scheduler
Database Migration
Setup
- Select
HackSystem.WebAPI
as Startup project; - Open Package Manager Console in Visual Studio;
- Select
HackSystem.WebAPI.Infrastructure
as Default project in Package Manager Console; - Input commands and execute;
Commands
Command | Description |
---|---|
Get-Help entityframework | Displays information about entity framework commands. |
Add-Migration | Creates a migration by adding a migration snapshot. |
Remove-Migration | Removes the last migration snapshot. |
Update-Database | Updates the database schema based on the last migration snapshot. |
Script-Migration | Generates a SQL script using all the migration snapshots. |
Scaffold-DbContext | Generates a DbContext and entity type classes for a specified database. This is called reverse engineering. |
Get-DbContext | Gets information about a DbContext type. |
Drop-Database | Drops the database. |
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- HackSystem.Intermediary.Abstractions (>= 1.0.0.2)
- HackSystem.Web.ProgramSchedule.Domain (>= 1.0.0)
- Microsoft.AspNetCore.Components (>= 6.0.0-rc.1.21452.15)
- Microsoft.AspNetCore.Components.WebAssembly (>= 6.0.0-rc.1.21452.15)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HackSystem.Web.ProgramPlatform.Abstractions:
Package | Downloads |
---|---|
HackSystem.Web.ProgramPlatform
Web Program Platform component of Hack System. |
GitHub repositories
This package is not used by any popular GitHub repositories.