Tags: LBPUnion/PLRPC
Tags
Bump xunit.runner.visualstudio from 2.5.1 to 2.5.4 (#60) Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.4. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.1...2.5.4) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump Eto.Platform.Windows from 2.7.5 to 2.8.0 (#43) Bumps [Eto.Platform.Windows](https://github.com/picoe/Eto) from 2.7.5 to 2.8.0. - [Release notes](https://github.com/picoe/Eto/releases) - [Commits](picoe/Eto@2.7.5...2.8.0) --- updated-dependencies: - dependency-name: Eto.Platform.Windows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement automatic configuration of client (#39) * Implement initial remote configurability Code quality is not in mind as of yet - this is merely a test to see if remote configuration works at all. * Cleanup and reorganization of remote configuration components * Ordering visual nitpick in LighthouseClient constructor * Remove mixed JSON lib and attributes JsonObjectAttribute isn't required * Move LighthouseApiImpl into Types.Interfaces * Update README to reflect remote configurability * Temporarily deprecate local configurability * Disable config unit test and address code scan warnings * Use SerializableAttribute instead of UsedImplicitlyAttribute * Remove nullable annotation from PartyIdPrefix * Remove default value locking from GUI * Move entity and config enums to Types.Enums This is to help with organization mostly - and the fact that these enums could be used elsewhere and you may not want to reference the entire Slot entity for example to access that enum. * Nitpick remote config failure log message * Move log enricher to a subclass in Logger * Add nullable asset warning and change most fail logs to errors * MainForm class doesn't really need to be sealed * Reflect changes in LBPUnion/ProjectLighthouse@1003d59 * Implement Refresh integration testing * Finalize changes from testing and add missing JsonPropertyName attribs * Add success log for remote configuration retrieval
Detach CLI from main project and convert main project into a class li… …brary (#28) * Detach CLI from main project and convert main project into a class library * CLI Program styling and structure nitpicks * Fix build failures * Implement QDNET code scanning suggestion PLRPC/Initializers.cs#L57 * Qualifier 'this.' is missing * Remove unrequired ReSharper disable statement * Add missing this qualifier
Bump DiscordRichPresence from 1.1.4.20 to 1.2.1.24 (#27) Bumps [DiscordRichPresence](https://github.com/Lachee/discord-rpc-csharp) from 1.1.4.20 to 1.2.1.24. - [Release notes](https://github.com/Lachee/discord-rpc-csharp/releases) - [Commits](https://github.com/Lachee/discord-rpc-csharp/commits) --- updated-dependencies: - dependency-name: DiscordRichPresence dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Refactor logging and configuration to be non-static, other improvemen… …ts (#25) * Refactor logging and configuration to be non-static, other improvements * Remove unused import * Rider decided to move something that it shouldn't have* Use the correct log area for input validation
PreviousNext