Petris
Petris
CC#
Created by eterm on 5/18/2025 in #help
I have a program that crashes the CLR. How do I go about debugging the root cause?
No description
48 replies
CC#
Created by eterm on 5/18/2025 in #help
I have a program that crashes the CLR. How do I go about debugging the root cause?
Whether it's on your end or somewhere else in the library is another matter
48 replies
CC#
Created by eterm on 5/18/2025 in #help
I have a program that crashes the CLR. How do I go about debugging the root cause?
So seems like some memory corruption
48 replies
CC#
Created by eterm on 5/18/2025 in #help
I have a program that crashes the CLR. How do I go about debugging the root cause?
Anyway I checked the error method itself and it didn't seem wrong
48 replies
CC#
Created by eterm on 5/18/2025 in #help
I have a program that crashes the CLR. How do I go about debugging the root cause?
Does Internal CLR error ignore stacktracehidden?
48 replies
CC#
Created by eterm on 5/18/2025 in #help
I have a program that crashes the CLR. How do I go about debugging the root cause?
No description
48 replies
CC#
Created by aetherclouds on 5/14/2025 in #help
Why use `await AbcAsync()` instead of `Abc()`
well not in this case apparently
40 replies
CC#
Created by aetherclouds on 5/14/2025 in #help
Why use `await AbcAsync()` instead of `Abc()`
uh what, bot seems messed up
40 replies
CC#
Created by aetherclouds on 5/14/2025 in #help
Why use `await AbcAsync()` instead of `Abc()`
Console.WriteLine(Environment.ManagedThreadId); // 1
await Task.Yield().ConfigureAwait(false);
Console.WriteLine(Environment.ManagedThreadId); // 5
Console.WriteLine(Environment.ManagedThreadId); // 1
await Task.Yield().ConfigureAwait(false);
Console.WriteLine(Environment.ManagedThreadId); // 5
40 replies
CC#
Created by aetherclouds on 5/14/2025 in #help
Why use `await AbcAsync()` instead of `Abc()`
well the continuations can run on whatever thread they want
40 replies
CC#
Created by LastExceed on 5/6/2025 in #help
consolidating my understanding of `async`/`await` in C# and Rust
This affects async void and such too
31 replies
CC#
Created by LastExceed on 5/6/2025 in #help
consolidating my understanding of `async`/`await` in C# and Rust
No
31 replies
CC#
Created by LastExceed on 5/6/2025 in #help
consolidating my understanding of `async`/`await` in C# and Rust
Now it just fires am event
31 replies
CC#
Created by LastExceed on 5/6/2025 in #help
consolidating my understanding of `async`/`await` in C# and Rust
Yeah
31 replies
CC#
Created by LastExceed on 5/6/2025 in #help
consolidating my understanding of `async`/`await` in C# and Rust
And exceptions in async no longer kill the process
31 replies
CC#
Created by LastExceed on 5/6/2025 in #help
consolidating my understanding of `async`/`await` in C# and Rust
They did a breaking change with it in .net 4
31 replies
CC#
Created by h3x4by73 on 5/5/2025 in #help
✅ Visual Studio doesn't recognize windows form as form anymore (no designer view)
anyway deleting .vs sometimes helps with this
81 replies
CC#
Created by h3x4by73 on 5/5/2025 in #help
✅ Visual Studio doesn't recognize windows form as form anymore (no designer view)
tf is the bot doing
81 replies
CC#
Created by h3x4by73 on 5/5/2025 in #help
✅ Visual Studio doesn't recognize windows form as form anymore (no designer view)
it does it from time to time
81 replies
CC#
Created by h3x4by73 on 5/5/2025 in #help
✅ Visual Studio doesn't recognize windows form as form anymore (no designer view)
it's a VS bug
81 replies