python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
There was an error running the selected code generator: 'Scaffolding failed. The path is empty. (Parameter 'path')' in VS 2022
Project type is asp.net MVC core. Adding a Razor View with or without Model I receive the following results:
There was an error running the selected code generator: 'Scaffolding failed. The path is em...

Andy
Votes: 0
Answers: 7
code generation for a compiler based on ANTLR
I am working on a compiler for a language and I have got some problems with operator precedence.
The language is pretty simple, nothing complicated. It has functions, statements, expressions, etc. It'...
Rudolf Ziegaus
Votes: 0
Answers: 0
Is there a way to instantiate C++ template as C code?
I am targeting OpenCL and forced to write code in C, so am really missing C++ templates. Currently doing string substitution on C sources when sending code to OpenCL compiler which is error-prone.
In ...
Slaus
Votes: 0
Answers: 0
Compile TypeScript Types for runtime use
I have a client server application that communicates using REST calls.
To prevent that I accedently use the wrong types I defined all RestCalls in a common file (excerpt):
type def<TConnection exte...

lokimidgard
Votes: 0
Answers: 2