Joseph Musser

Results 95 issues of Joseph Musser

My PR https://github.com/cake-build/resources/pull/30 caused build.sh to stop accepting certain argument formattings that it used to accept. I thought cake.exe understood all these forms but it turns out it only understands...

What was the purpose of having HidDevice.ReadData and WriteData use overlapped I/O, since they block anyway and aren't asynchronous? My understanding is that the overhead of overlapped I/O is worth...

If you're willing to publish to the Chocolatey community feed, it would make it easy to install and keep updated.

Windows Nano Server doesn't come with msiexec, so I'd have to extract the files from the MSI in another OS and follow the installation steps manually. How easy would it...

Scripts that use Cake.SqlServer cannot be run or debugged using CoreCLR. Can we add a `netstandard1.6` build to the package? It's okay if things like DACPAK are missing initially; I...

enhancement

If you create a new csproj, source control icons in Solution Explorer and change detection do not function properly, and when you open the project Visual Studio prompts you to...

Feature Request
Feature-Project-File-Simplification
Triage-Approved

> NUnitLite 3.9.0 (.NET Standard 1.6) > Copyright (c) 2017 Charlie Poole, Rob Prouse > Runtime Environment > OS Version: Microsoft Windows 6.3.9600 > CLR Version: .NET Core 4.0.0.0 Been...

is:bug
pri:normal
good first issue
help wanted
hacktoberfest

See discussion at https://github.com/nunit/nunit/issues/3532#issuecomment-626189448. I'm pretty sure this has been discussed before as well. It should be an error to use instance members. Any code that instantiates a text fixture...

is:bug
pri:normal
requires:docs
requires:releasenotes
Breaking Change

People seem to mainly use SetName to get argument values in the test name, e.g. https://github.com/nunit/nunit3-vs-adapter/issues/650. That's what I see most frequently. SetArgDisplayNames is an even better fit for this...

good first issue
is:refactor

System.String is UTF-16, and not all sequences of `char` values are valid UTF-16. The current implementation disregards this: https://github.com/nunit/nunit/blob/9b5ec78f28a00077ef4928f3a62a21a6853283e6/src/NUnitFramework/framework/Internal/Randomizer.cs#L502-L510 This is only a concern if `System.Char.IsSurrogate` returns true for any...

is:bug
pri:low