146 Commits

Author SHA1 Message Date
LA
a3b8cae7af 重构ASIO机制 2026-01-16 12:28:33 +08:00
Dean Herbert
e8286711b4 Disable new "duplciated statements" inspection 2025-04-07 20:11:32 +09:00
Salman Alshamrani
978253e440 Add required CoreGraphics/Accelerate interops 2024-12-28 15:55:34 -05:00
Dean Herbert
c3439a02ef Merge pull request #6403 from frenzibyte/fix-videos
Prefer HDTV / Rec. 709 colorspace for videos with HD resolution and unspecified colorspace
2024-12-08 23:40:58 -08:00
Salman Alshamrani
9670c3da19 Demote "usage of default struct equality" inspection to hint 2024-12-04 06:08:03 -05:00
Salman Alshamrani
6ddd9accee Fix enum naming warnings 2024-12-04 06:04:03 -05:00
Salman Alshamrani
7f436d5ff9 Improve commentary 2024-10-29 00:58:46 -04:00
Dean Herbert
516fae57a3 Add rider migration 2024-09-12 14:08:09 +09:00
Salman Ahmed
f5664483ea Disable multi-line trailing comma inspections entirely 2024-07-19 14:40:50 +03:00
Dean Herbert
d4e7af0672 Add Virtualised to dictionary 2024-06-26 13:53:23 +09:00
Dean Herbert
13d3a3bd31 Add new entries to dotsettings (Rider 2024.1) 2024-04-15 11:46:43 +08:00
Dan Balasescu
dffe45bc61 Update R# + fix inspections 2024-02-02 03:44:24 +09:00
Dean Herbert
7f941d7173 Add new migration flag 2023-11-17 15:28:51 +09:00
Dean Herbert
9f3bc03cb9 Update inspections to not trigger even when source generators are not run 2023-07-20 15:53:48 +09:00
Dean Herbert
fe4524e345 Add generated code hints in editorconfig / dotsettings 2023-07-08 00:14:27 +09:00
Dan Balasescu
deba719a3b Add failing tests 2023-05-29 20:48:44 +09:00
Dean Herbert
8477724791 Change method group inspection to warning to match osu!
Fixes warnings when using a local framework checkout.
2023-05-15 21:41:23 +09:00
Dean Herbert
27f81ee297 Prefer block scoped namespaces 2023-05-05 16:07:11 +09:00
Dean Herbert
255d7605f1 Change tuple with suggestion to hint level 2023-03-10 17:13:35 +09:00
Salman Ahmed
31ddb47fd4 Add references to Veldrid and SPIR-V 2022-10-25 01:06:08 +03:00
Susko3
b6116d79d0 Set RedundantArgumentDefaultValue back to hint
This seems too verbose for framework, used in quite a lot of places where it makes sense.
2022-10-05 23:44:41 +02:00
Susko3
d188538a5b Set ConvertClosureToMethodGroup severity back to hint
In high performance scenarios a closure might be preferred.
2022-10-05 21:00:45 +02:00
Susko3
e0bab1b466 Copy DotSettings CodeInspections from osu! sln 2022-10-04 23:09:13 +02:00
Salman Ahmed
d92664c0d0 OpenGL -> GL 2022-08-26 08:44:20 +03:00
Salman Ahmed
4b71b8ae5d Fix space tab mixture 2022-07-02 19:32:14 +03:00
Susko3
6d827ea9ca Add code autocomplete blacklist 2022-07-02 16:48:47 +02:00
Dean Herbert
d567280051 Discard redundant throw away and switch remaining suggestions to hint or warning 2022-06-24 15:56:26 +09:00
Dean Herbert
edfc2eb645 Update new code syntax rules to match our specifications 2022-06-24 15:24:26 +09:00
Dean Herbert
f2dfff1797 Disable 'convert to using declaration' inspection 2022-01-21 14:06:53 +09:00
Dean Herbert
570fe2b7c1 Disable switch expression inspections (we don't ever use this) 2022-01-21 14:01:49 +09:00
Dean Herbert
93147bec2e Update var usage inspections to disallow for built-in types 2021-10-27 14:37:22 +09:00
Dean Herbert
fe4e7c7446 Disable null check via pattern inspection 2021-10-25 13:03:33 +09:00
Dean Herbert
419c01220d Restore global inspection to "hint" level 2021-08-06 17:51:16 +09:00
Dean Herbert
6a2250ee58 Enable inspections for unused method parameters 2021-08-06 17:30:32 +09:00
Salman Ahmed
8851d09561 Re-disable "merge into pattern" suggestions
Done with the assumption that `MergeSequentialPatterns` has been renamed
to `MergeIntoPattern`.
2021-08-06 08:43:35 +03:00
Bartłomiej Dach
6fd015328b Ignore "merge sequential patterns" hint
In line with game-side conventions (see ppy/osu#11404).
2021-01-14 18:15:33 +01:00
Dean Herbert
ce14898e24 Merge branch 'master' into window-backend-removal 2020-11-17 02:15:08 +09:00
ekrctb
3296f432a0 Exclude *.h files from InspectCode 2020-11-16 14:06:52 +09:00
Dean Herbert
a78cde3c93 Tidy up DesktopWindow 2020-11-12 14:22:41 +09:00
Dean Herbert
ad17101781 Add missing string culture inspections 2020-10-16 12:52:54 +09:00
Dean Herbert
f9173023f7 Ensure nUnit runs with correct CurrentDirectory 2020-07-17 11:23:05 +09:00
smoogipoo
7a53a2d776 Change suggestion to warning, fix error 2020-06-03 18:41:18 +09:00
smoogipoo
522d3363fb Move some suggestions to warnings, resolve errors 2020-06-03 17:55:11 +09:00
Shane Woolcock
23e62dddc3 Add HSL conversions 2020-05-19 14:27:40 +09:30
Shane Woolcock
031c0d3ecc Add RGBA/ARGB uint conversion functions 2020-05-19 13:28:16 +09:30
smoogipoo
e5d0866209 Remove lambda conversion inspection 2020-03-20 05:47:52 +09:00
smoogipoo
727e303565 Use tab instead of space 2020-03-05 15:17:47 +09:00
smoogipoo
427fb86b14 Refactorings 2020-03-05 15:12:44 +09:00
andy840119
4cc6543f10 1. Forget to add HSV into .dotnet setting
2. Remove duplicated setting
2020-03-04 18:04:30 +08:00
Dean Herbert
b5ab3a22e5 Change default method style for better IDE autocompletion 2020-01-28 15:37:19 +09:00