PalacePal/Pal.Client
Liza 94f3fa2ede Db: Move Markers into database 2023-02-18 21:12:36 +01:00
..
Commands Db: Move Markers into database 2023-02-18 21:12:36 +01:00
Configuration Db: Move Markers into database 2023-02-18 21:12:36 +01:00
Database Db: Move Markers into database 2023-02-18 21:12:36 +01:00
DependencyInjection Db: Move Markers into database 2023-02-18 21:12:36 +01:00
Extensions DI: Add Chat instead of using ChatExtensions 2023-02-17 15:51:45 +01:00
Floors Db: Move Markers into database 2023-02-18 21:12:36 +01:00
Net Db: Move Markers into database 2023-02-18 21:12:36 +01:00
Properties DI: Build root scope async while still registering events/commands during plugin init 2023-02-18 04:34:49 +01:00
Rendering Db: Move Markers into database 2023-02-18 21:12:36 +01:00
Scheduled Db: Move Markers into database 2023-02-18 21:12:36 +01:00
Windows Db: Move Markers into database 2023-02-18 21:12:36 +01:00
.gitignore Update client credentials (not currently enabled) 2022-10-30 22:43:15 +01:00
DalamudPackager.targets Tweaks for pdb files 2023-02-16 20:40:32 +01:00
DependencyInjectionContext.cs Db: Move Markers into database 2023-02-18 21:12:36 +01:00
DependencyInjectionLoader.cs DI: Build root scope async while still registering events/commands during plugin init 2023-02-18 04:34:49 +01:00
Hooks.cs DI: Add Chat instead of using ChatExtensions 2023-02-17 15:51:45 +01:00
ILanguageChanged.cs Update window titles on language change 2023-02-11 14:31:43 +01:00
Pal.Client.csproj Db: Migrate markers to db 2023-02-17 18:36:22 +01:00
Palace Pal.json Db: Migrate ImportHistory to sqlite 2023-02-16 19:51:54 +01:00
Plugin.cs DI: Build root scope async while still registering events/commands during plugin init 2023-02-18 04:34:49 +01:00
README.md Db: Migrate ImportHistory to sqlite 2023-02-16 19:51:54 +01:00

README.md

Palace Pal

Client Build Notes

Database Migrations

Since EF core needs all dll files to be present, including Dalamud ones, there's a special EF configuration that exempts them from setting <Private>false</Private> during the build.

To use with dotnet ef commands, specify it as -c EF, for example:

dotnet ef migrations add MigrationName --configuration EF