Michael Corbett

Results 36 issues of Michael Corbett
trafficstars

## Expected Behavior I have a loop adding highlights to a file with AddHighLight(...). It should not take very long. ## Actual Behavior Highlight loop takes quite awhile to add...

Add a relative search feature.

enhancement

I need the ability in the backend to send a generated email to any user by pressing a button (e.g. "congrats [user name] you've won a [prize name] click here...

Hi, I'm using ICloneable in my unit tests, and I'm getting false positives. Any help is appreciated. I'm using the latest NSubstitute from NuGet. // Both parent and child implement...

It looks like one of the methods, GetEntitiesRecursive, uses recursion, which could potentially cause a stack overflow. Maybe it should be turned into an iterative method?

It would be nice if the library supported async/await methods, with cancellation.

Can we get a NuGet package of this? Thanks!

Can we get versions of all of the methods with cancellation support (cancellation tokens or something similar)? So that I can cancel a file or directory move/copy in progress?

Upgrade the project to . NET 6, dropping .NET Framework 4x support. Windows 7 SP2 or greater will still be supported.

Allow for the work to be saved, automatically, when the application is closed (similar to how code editors, such as VS Code function.)