OwnageIsMagic

Results 29 issues of OwnageIsMagic

``` Vanara.PInvoke.BITS System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) at Vanara.PInvoke.BITS.IBackgroundCopyJob.SetNotifyInterface(IBackgroundCopyCallback pNotifyInterface) at Vanara.IO.BackgroundCopyJob..ctor(IBackgroundCopyJob ijob) at Vanara.IO.BackgroundCopyJobCollection.Enumerator.get_Current() ``` https://github.com/dahall/Vanara/blob/77f8ca176e9424d845a3abfff82d97d1ee81b7d8/BITS/BackgroundCopyJob.cs#L132 if user token is `Administrator`, but not elevated it...

Add user created fillters

feature
core

``` error: unable to create file vk.com/al_profile.php?__query=nelive&al=1: Invalid argument error: unable to create file vk.com/al_video.php?act=show&al=1&autoplay=1&module=video&show_next=1&video=-22822305_171359037: Invalid argument error: unable to create file vk.com/al_video.php?act=show&al=1&autoplay=1&module=video&show_next=1&video=53083705_161242013: Invalid argument ``` винде не нравится `?`...

печалька

https://github.com/benaadams/Ben.BlockingDetector/blob/fce6c534dfcee6ba8cb3ef74d246211b81f5cbeb/src/Ben.BlockingDetector/BlockingDetectionMiddleware.cs#L31-L42 `SetSynchronizationContext` after `await`ing on task restores context on continuation thread (not caller). See https://github.com/npgsql/npgsql/issues/1593 https://stackoverflow.com/questions/44418761/cross-thread-exception-after-async-call/44424562#44424562 @benaadams project seems like not maintained, just for your (and others) information.

Packages versions can be specified in `Directory.Packages.props`. https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management or at least add warning if this file is detected

It can possibly detected if `` or `` within `` contains `all` or combination of `compile; runtime; contentFiles; native` or ``` ``` in package manifest https://learn.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files#controlling-dependency-assets https://learn.microsoft.com/en-us/nuget/create-packages/set-package-type?tabs=dotnet --- i.e. https://www.nuget.org/packages/SonarAnalyzer.CSharp/...

### Input code ```c# using System; using (new Str()) ; struct Str : IDisposable { public void Dispose() {} } ``` ### Erroneous output ```c# Str str = default(Str); try...

Bug
Decompiler

Strictly speaking this is a breaking change, but it's for the good. ```fsi // Unfortunately bold six '𝟲' U+1D7F2 is too bold to fit into Char. // So let's speak...

https://github.com/tunnelvisionlabs/ReferenceAssemblyAnnotator Result can be seen in https://github.com/theraot/Theraot/pull/188 but this PR doesn't actually include package.

i.e. https://github.com/dotnet/core/blob/main/release-notes/6.0/api-diff/.Net/6.0.0_System.Linq.md https://github.com/dotnet/core/blob/main/release-notes/RunApiDiff.md