Alex

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
-
-
Alex created a post, AnsweredAdd dockerfile generation support
Visual studio has a great option named "Add docker support" which automatically generates the dockerfile for you. Since it also lists all csproj files that need to be copied (to make layer caching ... -
Alex created a post, Add support for var type hinting
This is how Rider with Rust plugins highlights rust code: I'd like to have the same feature for C# `var`s since Rider suggest placng them everywhere anyway. No highlighting -
Alex created a post, AnsweredEmbedding files in ResX file in Rider
I have several test files embedded as resource. I creates a project in MSVS and it looks like: <data name="RequestStatusUpdateMessage" type="System.Resources.ResXFileRef, System.Windows.Forms"> <...