Ubuntu 24.01 WSL build Package Microsoft.NET.ILLink.Tasks, version 8.0.10 not found
problem with Rpc code
[Unity] Is there a way to have a ContextMenu give an arguement to a method?
can u help me make the mouse not move the slider when colliding with the slide bar?
WPF RichTextBox is very slow
✅ what is a primary constructor? is it any similar to parameterless constructor?
What is the use of Interface
WPF Design patterns
✅ link A project's file to B project which references A project
<Content Include="CustomNativeConfig.props" Pack="true" Link="%(Filename)%(Extension)"/>
, but it didn't work...Attempt to run a program with dll
how do stacks, lists, arrays, etc have a collection expression?
Why is the antiforgery token in MS example appending the token only on "/" or "/index/html"
Utf8Json or Jil for Net3.5
Questions/concerns about memory usage in my project
CancellationTokenSource
s (third screenshot), despite every instance of one wrapped within a using
statement to ensure it was disposed of.
I'm very new to disgnosing memory leaks and/or usage issues so if I'm expressing incorrect assumptions or missing anything extremely obvious, let me know. I can post screenshots of my snapshots or anything else that might be relevant if needed....User built queries on objects
Dictionary<string, string>
. Each object's dictionary property will always have the same keys.
In the current code, it is a massive mess of nested if/else statements.
The flow goes like this:
1. User selects key from the dictionary's keys...Force Clickonce to use a specific port?
ILogger<T> extension method "pass the args".
LogPermissionDenied
.
I have a custom IPermissionDeniedErrorFragment
which is an auto-generated interface from Strawberry shake based on a GraphQL fragment, that doesn't really matter that much, it is just to provide some context.
The ILogger<T>
has a method called LogError
with an overload that accepts an string message
and a params object?[] args
...Uninstaller won't remove AppData\Local expanded files.
Is List.Contains(Object) checks by address or by value?