mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-12 15:04:36 +01:00
- Added GetAcquireBuffFunction to handle buff acquisition requests in the simulation room. - Added InfinitePopupCheck to manage infinite popup checks for users. - Added ProceedSkipFunction to process skip requests in the simulation room. - Updated SelectDifficulty to handle overclock options and season data. - Enhanced SimRoomHelper to support overclock mechanics and event group logic. - Modified GetSimRoomData to include buffs and legacy buffs in the response. - Updated Quit functionality to reset overclock state upon quitting the simulation room. - Added logic to handle overclock rewards and high score updates. - Refactored user model to retain current season data and legacy buffs during resets. - Introduced new OverclockData and OverclockHighScoreData models to manage overclock states.
31 lines
971 B
INI
31 lines
971 B
INI
[*.cs]
|
|
|
|
# CA5397: Do not use deprecated SslProtocols values
|
|
dotnet_diagnostic.CA5397.severity = none
|
|
|
|
# CS8602: 解引用可能出现空引用。
|
|
dotnet_diagnostic.CS8602.severity = none
|
|
|
|
# CS8619: 值中的引用类型的为 Null 性与目标类型不匹配。
|
|
dotnet_diagnostic.CS8619.severity = none
|
|
|
|
# CS8604: 引用类型参数可能为 null。
|
|
dotnet_diagnostic.CS8604.severity = none
|
|
|
|
# CS8981: 该类型名称仅包含小写 ascii 字符。此类名称可能会成为该语言的保留值。
|
|
dotnet_diagnostic.CS8981.severity = none
|
|
|
|
# IDE0120: 简化 LINQ 表达式
|
|
dotnet_diagnostic.IDE0120.severity = none
|
|
|
|
# CS8603: 可能返回 null 引用。
|
|
dotnet_diagnostic.CS8603.severity = none
|
|
|
|
# SYSLIB0039: 类型或成员已过时
|
|
dotnet_diagnostic.SYSLIB0039.severity = none
|
|
|
|
# CS0219: 变量已被赋值,但从未使用过它的值
|
|
dotnet_diagnostic.CS0219.severity = none
|
|
|
|
# CS8618: 类型不包含 null 值的属性
|
|
dotnet_diagnostic.CS8618.severity = none |