Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
S-IERRA
Posts
Comments
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
surprised no one bothered in c#
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
altough rust managed to do it
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
then dealing with src gen
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
just its annoying as hell, writing a macro to c# transpiler
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
then have a src gen generate a for loop to repeat a print 5 times
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
i.e
[
Macro
(
"r(5, print(
\"
Hello World!
\"
))"
)]
public void
MethodName
();
[
Macro
(
"r(5, print(
\"
Hello World!
\"
))"
)]
public void
MethodName
();
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
I wanted to create a macro language similar to rusts its funny because its very possible in c# just nobody has done it
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
wanted to blow my brains out
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
worked a bit with src gens via attributes
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
Never worked too much with compilers tho
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
Sounds quite cool id be interested to join you on that down the line
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
but thats about it
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
other wise it screams with a warning
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
there is _ = asyncMethod() to ignore
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
but its hard to do that because at the same time, it has to intended design
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
debugger at most ig
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
Yeah that seemed to be the issue, weird as hell but yeah still thanks for the help
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
Yes sure
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
still weird as hell to see that
82 replies
C
C#
•
Created by S-IERRA on 2/14/2024 in
#help
ASP.Net IActionResult always returns Ok
so I assume what happened is because this is async it skipped over it and returned Ok which is why it did this
82 replies