PalacePal/Pal.Client
2023-02-16 20:40:32 +01:00
..
Commands Make chat messages/errors consistent 2023-02-16 10:46:49 +01:00
Configuration Db: Migrate ImportHistory to sqlite 2023-02-16 19:51:54 +01:00
Database Db: Migrate ImportHistory to sqlite 2023-02-16 19:51:54 +01:00
DependencyInjection Db: Migrate ImportHistory to sqlite 2023-02-16 19:51:54 +01:00
Extensions Make chat messages/errors consistent 2023-02-16 10:46:49 +01:00
Net DI: Fix migration, cleanup 2023-02-15 23:51:35 +01:00
Properties Update JP localization 2023-02-12 21:00:05 +01:00
Rendering DI: Remove Service class 2023-02-16 13:17:55 +01:00
Scheduled Db: Migrate ImportHistory to sqlite 2023-02-16 19:51:54 +01:00
Windows Db: Migrate ImportHistory to sqlite 2023-02-16 19:51:54 +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 ImportHistory to sqlite 2023-02-16 19:51:54 +01:00
Hooks.cs Make chat messages/errors consistent 2023-02-16 10:46:49 +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 Tweaks for pdb files 2023-02-16 20:40:32 +01:00
Palace Pal.json Db: Migrate ImportHistory to sqlite 2023-02-16 19:51:54 +01:00
Plugin.cs Db: Migrate ImportHistory to sqlite 2023-02-16 19:51:54 +01:00
README.md Db: Migrate ImportHistory to sqlite 2023-02-16 19:51:54 +01:00

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