HackSystem.Web.ProgramPlatform
1.0.0.3
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 --version 1.0.0.3
NuGet\Install-Package HackSystem.Web.ProgramPlatform -Version 1.0.0.3
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" Version="1.0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HackSystem.Web.ProgramPlatform" Version="1.0.0.3" />
<PackageReference Include="HackSystem.Web.ProgramPlatform" />
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 --version 1.0.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: HackSystem.Web.ProgramPlatform, 1.0.0.3"
#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 HackSystem.Web.ProgramPlatform@1.0.0.3
#: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=HackSystem.Web.ProgramPlatform&version=1.0.0.3
#tool nuget:?package=HackSystem.Web.ProgramPlatform&version=1.0.0.3
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.WebHostandHackSystem.WebAPIas startup projects. - Press F5 to run.
- Navigate to https://localhost:2473
- Enjoy it.
How to deploy?
- Edit
hosting.jsonfile ofHackSystem.WebHostandHackSystem.WebAPIprojects to config the port to listen. - Edit
wwwroot/appsettings.jsonfile ofHackSystem.Webso thatAPIConfiguration.APIURLequalsurlsofHackSystem.WebHostto config the address of Web API. - Edit
JwtConfigurationsection ofHackSystem.WebAPIproject'sappsettings.json, it is Important for security! - Publish
HackSystem.WebHostandHackSystem.WebAPIprojects.HackSystem.WebHostis 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.Hostproject to visit Hack System.- Before you launch
HackSystem.Host, editHostConfigs.jsonfile so thatRemoteURLequals 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.WebAPIas Startup project; - Open Package Manager Console in Visual Studio;
- Select
HackSystem.WebAPI.Infrastructureas 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. 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.
-
net6.0
- HackSystem.Web.ProgramPlatform.Abstractions (>= 1.0.0.3)
- HackSystem.Web.ProgramSchedule.Abstractions (>= 1.0.0.3)
- Microsoft.AspNetCore.Components.WebAssembly (>= 6.0.0-rc.1.21452.15)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0-rc.1.21451.13)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
