Miroslav Policki
Miroslav Policki
**Describe the bug** The action doesn't create a Nuget package in my Nuget account and no tag is created in my repository. There is no error message. **Failed Action Log...
The last nuget package (4.0.0) was published on 8/21/2017 and there have been changes to the code since then. Could we get more frequent package updates so that we don't...
This adds a Github action to publish the projects on Nuget. It runs on every push to the `master` branch, and for each project it checks whether the version in...
I tried using the `ScreenToClient` and `ClientToScreen` methods in `WinApi/WinApi/Windows/NativeWindow.cs` because I thought they did the same thing as the Windows functions of the same name. But, after getting unexpected...
# Summary of your issue `DisposableObject.IsDisposed` is set to `true` before checking for `IsEnabledDispose`. If `IsEnabledDispose` is `false` and `Dispose` is called, this results in an object appearing disposed when...
Fixes #37 `TaskScheduler.FromCurrentSynchronizationContext` throws an exception when `SynchronizationContext.Current == null`. Also, I don't see why a `TaskScheduler` would have to be obtained from a `SynchronizationContext`, so I simply made it...
When calling `PInvoke.Kernel32.CopyMemory` in a 32-bit process, a `System.EntryPointNotFoundException: 'Unable to find an entry point named 'RtlCopyMemory' in DLL 'Kernel32'.` occurs. .NET Framework 4.7.2, PInvoke 0.7.104 More information in [this...