jasells

Results 10 issues of jasells

### Installed product versions - Visual Studio: [ 2019 Professional/Enterprise] - This extension: [1.1.154] ### Description Fine Code Coverage options are not accessible via menu tools->options->fcc ### Steps to recreate...

### Environment NetMQ Version: 4.0.0.2 Operating System: Win 10 .NET Version: Standard 2.0 / Core ### Expected behaviour ```` poller.Remove(socket); socket.Dispose(); ```` should remove the socket from the poller's list,...

stale

### Environment NetMQ Version: latest master branch (debug) Operating System: Win10 .NET Version: all ### Expected behaviour Unit tests run and pass ### Actual behaviour Many tests fail ### Steps...

stale

This should fix #834 and a few other similar potential bugs in other versions of ```Remove()```, and ```RemoveAndDispose()``` See a few other comments on a couple of the tests and...

stale

This fixes #959 for running unit tests in Debug.

`Error: Could not load file or assembly 'Microsoft.Management.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The system cannot find the file specified.` Systems: - Win10 Pro (local dev system) - (Github agent) Microsoft Windows...

It seems like the System class static initializer has not been called to init the internal static member "props"? "The type initializer for 'java.lang.Props' threw an exception." inner exception: "FileNotFoundException:...

Protoc can "import" multiple .proto files, such that you can divide up your definition like so: Enum.proto and Messages.proto imports the enums defined in Enums.proto. This tool requires a single...

1) It looks like this project is a little dormant at the moment. I saw reference to System.IO.File being made portable... until then I need a portable solution, and this...

**Bug description** Remote logging config is slow and eventually fails silently. (~10-15 sec) On Android - Maui 8. **Expected behavior** Setting config enables remote logging, or throws @ config if...

bug