-
NUnit has a long history of supporting legacy platforms. For v4, I wanted to think about how we can continue to do that, whilst reducing the burden on the development team. This post is intended to st…
-
When reporting `TestNode` updates, you can include the parent test node UID. Looking at the code in `Microsoft.Testing.Extensions.VSTestBridge` for examples, it doesn't appear that any reporting there…
-
I'm using 15.3.3.
with this csproj,
```
netstandard20
```
the warning icon appears in nuget depedencies tree. but project build succeeds without errors and warnings.
Nuget …
-
### Magick.NET version
Magick.NET-Q16-x64
### Environment (Operating system, version and so on)
Linux - Ubuntu 22.04.4
### Description
Running .net 6 on an azure function v4 I get the f…
-
Hi, my services are in .NET core, Is this sdk supported by .Net core?
-
Any thoughts on whether it'd be worth adding dotnetcore support?
It's sort-of separate from adding aspnetcore support.
-
Hi, im currently running my emby server on a android 10 phone (ye thats right :c ) and seems like the plugin crash on the server startup. Im 100% sure this is a issue w the plugin initialization cuz a…
-
When trying out a very simple client example on Universal Windows Platform, UWP,
[XmlRpcUrl("https://xxx/UserInterfaceServlet/")]
public interface IService : IXmlRpcProxy
{
[…
-
**Version Used**:
Visual Studio 2019 16.6.0
**Steps to Reproduce**:
1. Project with folliwing structure:
Proj.Api (net461 WebApi)
Proj.Core (net461 library)
Proj.Adapter (netstandard20 librar…
-
### Description
Performing a build with Paket 5.174.0 of .NET Standard 2.0 projects resulted in an updated Paket.Restore.targets file. This update includes the section below from PR https://github.…