C
C#2y ago
Aimbot

❔ 'Type may be weakened' inspection in rider

In intelliJ there is an inspection look at screenshot for java. Is there an equivalent for it in rider for c#?
7 Replies
amio
amio2y ago
What is it complaining about and why?
Aimbot
Aimbot2y ago
ArrayList to List, List to Collection or Iterable, classes to interfaces
amio
amio2y ago
Oh, it just means you're being overly specific? How ironic
Aimbot
Aimbot2y ago
to prevent from using deprecated/slower things
amio
amio2y ago
I'm not sure if there are any direct equivalents for that exact check, but a lot of code analysis stuff will pick up on that sort of thing in general, at least. Jetbrains were always good at that
Aimbot
Aimbot2y ago
When I open some rusty project I want to automatically get rid of ArrayList, unfortunate that there is no equivalent
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Where to learn building APIs ?hey guys can anyone tell me where i can learn building APIs with C#❔ The foreign key property 'UserRole.RoleId1' was created in shadow stateI've expanded the default `IdentityUserRole` implementation for .NET identity like this: ```cs publiPossible to have one controller checking which button is clicked and render view based on it?Hi, I'm not sure if this is possible but say there are 3 big clickable `<a>` tag button, and instead❔ Authorization convention for requests other than getI want to require authorization for all endpoints that accept request types other than get. By lookiSharing elements of 2 arrays into another arraySo i got a char array that consists of the chars **ATG** AAA GGG **TAG** **ATG** AAA **TAG** **ATG*Application called an interface that was marshalled for a different thread?Prefacing that I'm very new to C#: I'm trying to implement a very basic timer but I'm getting an wro❔ Registering Angular App that's in IIS to .NetI have an `Angular` app that will be hosed in the `site/cc`. I would like C# to handle deep linking ❔ DockerAny advice on how to do this?❔ Save each specified value in an input field as a whole when there are multiple tags in input fieldHi, just wondering, is it possible to save each individual value that is specified in an input field❔ Not a question about how syntax or something about coding but, im trying to find the Themes Folderbasically where every theme that i installed is on Visual Studio 2022~??