PalacePal/Pal.Client
2023-02-17 01:14:12 +01:00
..
Commands Make chat messages/errors consistent 2023-02-16 10:46:49 +01:00
Configuration Logging: Update PluginLog to use Microsoft.Extensions.Logging instead 2023-02-17 00:54:23 +01:00
Database Db: Migrate ImportHistory to sqlite 2023-02-16 19:51:54 +01:00
DependencyInjection Logging: Update PluginLog to use Microsoft.Extensions.Logging instead 2023-02-17 00:54:23 +01:00
Extensions Make chat messages/errors consistent 2023-02-16 10:46:49 +01:00
Net Logging: Update PluginLog to use Microsoft.Extensions.Logging instead 2023-02-17 00:54:23 +01:00
Properties Update french localization 2023-02-17 01:08:46 +01:00
Rendering Logging: Update PluginLog to use Microsoft.Extensions.Logging instead 2023-02-17 00:54:23 +01:00
Scheduled Logging: Update PluginLog to use Microsoft.Extensions.Logging instead 2023-02-17 00:54:23 +01:00
Windows Logging: Update PluginLog to use Microsoft.Extensions.Logging instead 2023-02-17 00:54:23 +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 Logging: Update PluginLog to use Microsoft.Extensions.Logging instead 2023-02-17 00:54:23 +01:00
Hooks.cs Logging: Update PluginLog to use Microsoft.Extensions.Logging instead 2023-02-17 00:54:23 +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 Merge branch 'master' into new-config-and-data 2023-02-17 01:14:12 +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

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