Skip to content

Bugfixes for Instar 1.1#21

Merged
PaxAndromeda merged 58 commits intomasterfrom
develop
Feb 9, 2026
Merged

Bugfixes for Instar 1.1#21
PaxAndromeda merged 58 commits intomasterfrom
develop

Conversation

@PaxAndromeda
Copy link
Copy Markdown
Owner

No description provided.

PaxAndromeda and others added 30 commits July 6, 2025 10:28
- Upgraded project files to .NET 9.0.
- Updated package references for compatibility.
- Refactored `TestChannel`, `TestGuild`, and various command classes to use constructor parameters.
- Enhanced nullability handling and improved property initializations.
- Simplified `MockGaiusAPIService` and `GaiusAPIService` initialization logic.
- Changed `Snowflake` from a struct to a record for better usability.
- Cleaned up unused methods in `Utilities` class.
- Overall improvements in code clarity, maintainability, and adherence to modern .NET practices.
- Removed SpecFlow feature files, codehooks, step definitions and other metadata.
- Added new xUnit based integration tests.
- Added some minor validation updates to SetBirthdayCommand.cs
- Refactored some code with new C# language features
- PreloadIntroductionPosters now uses an enumerable based approach, optimizing the logic.
- GetMessagesSent now uses a Linq method based approach for easy reading and efficiency.
- Optimized recent messages lookup in CheckEligibility
This commit partially reverts commit 20866da
- Fixed a merge issue in GaiusAPIService.cs
- Added necessary VS2022 test adapters to test packages
- Updated Instar to .NET 10 / C# 14
- Updated backend database structure
- Added
- Updated /checkeligibility command
- Fixed a bug where /checkeligibility fails if user is AMHed
- New /eligibility command for staff to check the eligibility of members
- AMH commands and related supporting code
- Upgraded project files to .NET 9.0.
- Updated package references for compatibility.
- Refactored `TestChannel`, `TestGuild`, and various command classes to use constructor parameters.
- Enhanced nullability handling and improved property initializations.
- Simplified `MockGaiusAPIService` and `GaiusAPIService` initialization logic.
- Changed `Snowflake` from a struct to a record for better usability.
- Cleaned up unused methods in `Utilities` class.
- Overall improvements in code clarity, maintainability, and adherence to modern .NET practices.
- Removed SpecFlow feature files, codehooks, step definitions and other metadata.
- Added new xUnit based integration tests.
- Added some minor validation updates to SetBirthdayCommand.cs
- Refactored some code with new C# language features
- PreloadIntroductionPosters now uses an enumerable based approach, optimizing the logic.
- GetMessagesSent now uses a Linq method based approach for easy reading and efficiency.
- Optimized recent messages lookup in CheckEligibility
This commit partially reverts commit 20866da
- Fixed a merge issue in GaiusAPIService.cs
- Added necessary VS2022 test adapters to test packages
- Updated Instar to .NET 10 / C# 14
- Updated backend database structure
- Added
- Updated /checkeligibility command
- Fixed a bug where /checkeligibility fails if user is AMHed
- New /eligibility command for staff to check the eligibility of members
- AMH commands and related supporting code
PaxAndromeda and others added 27 commits December 28, 2025 11:12
…other text.

Also, added a `ToString()` implementation under Snowflake to avoid ugly deserialization like `Snowflake { Time = ..., InternalWorkerId = ..., InternalProcessId = ..., GeneratedId = ..., ID = ... }`
@PaxAndromeda PaxAndromeda self-assigned this Feb 9, 2026
@PaxAndromeda PaxAndromeda added the bug Something isn't working label Feb 9, 2026
@PaxAndromeda PaxAndromeda merged commit bfde25d into master Feb 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant