Closed campersau closed 1 month ago
:x: Build CefSharp 128.4.90-CI5064 failed (commit https://github.com/cefsharp/CefSharp/commit/08bfe32a52 by @campersau)
Thanks! We should probably install the analyzers packages in all the relevant csproj files and set CA2247
as error going forward
Have added the analyzer packages is commit https://github.com/cefsharp/CefSharp/commit/17269dc648217ae85a05a07fbafa9b692b386a6e
Unfortunately GlobalPackageReference
looks like it requires VS2022
, so have had to add the references manually.
Haven't added any rules yet.
Using
TaskCreationOptions
instead ofTaskContinuationOptions
forTaskCompletionSource
in test. This was the only place where it was wrong.