List Question
20 TechQA 2023-12-29T15:58:27.577000C# CS7036 error on SOAP API script saying that it can't find a string I'm passing
70 views
Asked by mdolunt
Why property does not use the same name for backing field in this compiler generated code?
115 views
Asked by li yixiao
How to generate a look-up table in compile time in C++?
999 views
Asked by Steve
.NET 5 Source Generators. How use also referenced assembly
1.3k views
Asked by ucollina
Expression, Constant List, Compiler generated calss
171 views
Asked by Alireza Ahmadi Rad
Detect whether C#-method uses yield return
80 views
Asked by Matthias Schuchardt
Can a trivial type class be copied when not all its members are initialized?
176 views
Asked by curiousguy
How can I test an input condition after translating the source code using Coco/R?
86 views
Asked by curiously77
Does this code result in a materialized base prvalue, and should it compile?
816 views
Asked by Jeff Garrett
Why is there a `null` check in the implementation of the `unapply` method for case classes?
155 views
Asked by chaotic3quilibrium
For `case class Cc(a: Int, b: Int) extends MyTraitA`, where does `MyTraitA` appear with `Product` and `Serializable` traits?
57 views
Asked by chaotic3quilibrium
C# async/await efficiency (or abusing) on reading DbDataReader
1k views
Asked by noobed
Are any C++ operator overloads provided automatically based on others?
3k views
Asked by VoidStar
Does compiler generated copy constructor/assignment renders it's parameter with const/volatile
656 views
Asked by ravi
Failed to compile code due to <, > and $ symbols
531 views
Asked by user196569
Netbeans regenerates broken code in TopComponent. How do I fix this?
108 views
Asked by UtMan88
Why does a bool "flag" get generated for the async/await state machine?
435 views
Asked by Kirk Woll
Destructor protection in abstract base class is not inherited in C++?
616 views
Asked by Wolf
Will the compiler-generated default constructor be public?
600 views
Asked by towi
C# events - any way for reflection to distinguish simple events from those with add{...} remove {...}?
129 views
Asked by Ivan Koshelev