Joseph Musser

Results 95 issues of Joseph Musser

For example, a pomodoro will finish and it will show a toast offering to start a break. If you click start on the main window rather than the toast, perhaps...

I annotated the public API in https://github.com/StackExchange/Dapper/pull/1392I for fun and in case it could be helpful. I don't have a use case for this feature as a Dapper user right...

I'd like to be able to do something like `DelegateCalls` in this example: ```cs var items = new List { /* ... */ }; var list = Substitute.For(); list.DelegateCalls(instance: items);...

feature-request
help wanted

Please excuse the interesting PowerShell command. It's based on the command that Azure Pipelines VSTest task builds. I'm trying to track down the difference between an Azure Pipelines build that...

by-design

https://github.com/Microsoft/vstest/pull/1877 is causing problems. - VSTest inventing directories that don't exist because the string.Replace is hitting all containing directory names, not just the file name. - The filename is unsightly...

enhancement
needs-triage

Following up from https://github.com/nunit/nunit/issues/2867: Skipping TestCaseSource invocation for tests outside the filter is not as intensely obvious for the console runner as it is for the VS adapter, since I...

Idea

/cc @nunit/engine-team /cc @CharliePoole because I want to make sure we're not blocking a UI scenario /cc @oznetmaster because you also had a use case that I'd like to be...

Needs Design

(Updated) This implementation mishandles surrogate pairs. Control characters other than tab, carriage return and line feed cannot be represented in XML and should throw, IIRC. (See https://github.com/nunit/nunit3-vs-adapter/issues/484.) https://github.com/nunit/nunit-console/blob/af89a437153955fb3aea0ea168965f596a6f3066/src/NUnitEngine/nunit.engine/Services/TestFilterBuilder.cs#L82-L90 `GetFilter()` should...

Bug
Breaking Change

Zooming to 110% seems to hit the sweet spot for me when using the menus and reading the pages at https://docs.nunit.org. On the other hand, I keep GitHub at 110%...

https://github.com/nunit/docs/wiki/Internal-Trace#design: > By default, all output through **InternalTrace** is sent to the console, which means it is mixed with other console output. Note that the trace mechanism bypasses NUnit's redirection...

type:bug
area:console