PalacePal/Pal.Client
Liza e624c5b628 Db: Migrate markers to db 2023-02-17 18:36:22 +01:00
..
Commands DI: Add Chat instead of using ChatExtensions 2023-02-17 15:51:45 +01:00
Configuration Db: Migrate markers to db 2023-02-17 18:36:22 +01:00
Database Db: Migrate markers to db 2023-02-17 18:36:22 +01:00
DependencyInjection DI: Add Chat instead of using ChatExtensions 2023-02-17 15:51:45 +01:00
Extensions DI: Add Chat instead of using ChatExtensions 2023-02-17 15:51:45 +01:00
Net DI: Add Chat instead of using ChatExtensions 2023-02-17 15:51:45 +01:00
Properties Update french localization 2023-02-17 01:08:46 +01:00
Rendering DI: Add Chat instead of using ChatExtensions 2023-02-17 15:51:45 +01:00
Scheduled DI: Add Chat instead of using ChatExtensions 2023-02-17 15:51:45 +01:00
Windows DI: Add Chat instead of using ChatExtensions 2023-02-17 15:51:45 +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: Migrate markers to db 2023-02-17 18:36:22 +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
LocalState.cs Db: Migrate ImportHistory to sqlite 2023-02-16 19:51:54 +01:00
Marker.cs DI: Fix migration, cleanup 2023-02-15 23:51:35 +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: Cleanup 2023-02-16 22:09:29 +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