-
```
Steps to reproduce:
- using VS2012 Pro Update 2
- create a new 4.5 library project
- add the following NuGet libraries: NUnit 2.6.2, protobuf-net.Enyim 1.0
- create the following test:
using…
-
```
Steps to reproduce:
- using VS2012 Pro Update 2
- create a new 4.5 library project
- add the following NuGet libraries: NUnit 2.6.2, protobuf-net.Enyim 1.0
- create the following test:
using…
-
When testing [Open.ChannelExtensions](https://github.com/Open-NET-Libraries/Open.ChannelExtensions), a Release build of the code cannot be tested with NUnit because NUnit changes it's behaviour, I ass…
md-ae updated
2 years ago
-
I was wondering if it would be possible to generate code in the following way:
```
publis static map (sourceObject source) {
var targetObject = new TargetObject();
targetObject.property…
-
The title might need to be less incendiary / more inviting.
I'm thinking of situations where someone isn't familiar with how open source works, or more importantly when someone has an "old .NET OSS m…
-
https://docs.microsoft.com/en-us/visualstudio/extensibility/debugger/creating-a-custom-debug-engine
https://github.com/qt/qtdeclarative/tree/5.11/src/qmldebug
-
## Current behavior
https://github.com/unoplatform/uno.toolkit.ui/blob/main/src/Uno.Toolkit.UI/Controls/LoadingView/CompositeLoadableSource.cs#L124
We use the `Dispatcher` property on WinUI which …
-
We shouldn't use != or == null comparators on the project because it's inefficient.
For example:
https://github.com/ukibs/EM-Prototype/blob/873309249db7622a3393c148ba344510ed667b7d/Assets/Code/Ene…
-
## Current behavior
![2](https://user-images.githubusercontent.com/3002068/123758873-b2ed7300-d902-11eb-86be-654915cf8581.gif)
Differences(In WebAssembly relative to UWP):
Width, Height, MinWidth, …
-
## I'm submitting a...
Bug report (I searched for similar issues and did not find one)
## Current behavior
in wasm, setting an attached property goes through setting, unsetting, setting…
yowl updated
6 months ago