Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
557 views

Compile C# 7.2 project from command line

I am creating test automation for my code generation library. I have a test project in C# 7.2. The project compiles with Visual Studio without any issues. My test is updating the code of this project....
polina-c's user avatar
  • 6,767
0 votes
1 answer
431 views

IL method to pin a ref T value as void* (to work on Span<T> from parallel code)

Before the actual question, a small disclaimer: This is a related/follow up question to this one, but since here I'm talking about a more general issue (how to pin a ref T variable to be able to ...
Sergio0694's user avatar
  • 4,527
13 votes
1 answer
7k views

Where is c# 7.2 in visual studio project settings?

Ive seen people using and discussing c# 7.2 features but I cant seem to find it. Ive got latest updates and only up to version 7.1 is listed. why and how can I get v7.2? specs: Visual studio 2017 ...
M.kazem Akhgary's user avatar