vrcauthproxy/VRCAuthProxy
MiscFrizzy eb4349031b ### Commit Summary
- **TestSetup.cs**
  - Updated `CreateTestConfig` method to initialize `Config` with required properties using object initializer syntax.

- **ProxyIntegrationTests.cs**
  - Added null checks for `mockServer.Urls` before accessing it to prevent potential null reference exceptions.
  - Improved error handling for mock server URL access.

- **VRChatAuthenticationTests.cs**
  - Added null checks for `mockServer.Urls` before accessing it to prevent potential null reference exceptions.
  - Enhanced the mock server setup to include null checks for request body content.

- **Config.cs**
  - Added the `required` modifier to non-nullable properties in `ConfigAccount` and `iConfig` classes.
  - Updated the `Load` method to initialize the `Config` instance with required properties using object initializer syntax.

- **Program.cs**
  - Added a null check for `result.CloseStatus` in WebSocket handling to prevent potential null reference exceptions.
2025-04-07 07:30:34 -04:00
..
types remove dependency on VRChat.API 2024-12-14 11:35:37 -05:00
appsettings.template.json Initial Commit 2024-11-11 14:15:51 -05:00
Config.cs ### Commit Summary 2025-04-07 07:30:34 -04:00
HttpClientCookieContainer.cs feat(ci): Add GitHub Actions workflows for test automation and status badges 2025-04-07 06:30:31 -04:00
Program.cs ### Commit Summary 2025-04-07 07:30:34 -04:00
VRCAuthProxy.csproj feat(ci): Add GitHub Actions workflows for test automation and status badges 2025-04-07 06:30:31 -04:00