-
```
What steps will reproduce the problem?
1. Create New MbUnit Test Project (class version; not MVC)
2. Create a Test
3. Run in Icarus (or Resharper)
What is the expected output? What do you see ins…
-
From crpg created by [verdie-g](https://github.com/verdie-g): verdie-g/crpg#708
null
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched [issues](https://github.com/cake-build/cake/issues) to ensure it has not already been reported
### Cake runner
…
-
## Current behavior
When GTK app with MSAL Authentication is created, it fails on startup with:
```
System.IO.FileNotFoundException: 'Could not load file or assembly 'Uno.Extensions.Authent…
-
**Describe the bug**
In VS2019, I would select a text with my mouse, which would enter VISUAL mode. If I click any key after that (e.g `d`), it would perform vim actions. Now, when I select text, i…
-
Below is a list of Code Analysis errors in a Pastebin, we should go through case by case and suppress them or fix them
http://pastebin.com/JY9nmGiB
-
### Describe the bug
Using the following to configure APItoolkit in my .Net 8 ASP.NET Core API, I do not get anything in the endpoint logs' RequestBody. ResponseBody has expected values:
```
…
-
you tag a variable, and then you get to see how it changes through-out it's lifetime through the call stack, and where.
related ideas:
- conditional debugging
- data breakpoint
- watchpoint
silky updated
2 years ago
-
```c#
foreach (object key in Data.Keys)
{
object value = Data[key]; // Data is an IDictionary
// ...
}
```
The code above warns of `NotSupportedException`, which occurs when setting a …
-