SeMuell
SeMuell
I don't know if it is related to the authentication issue in #921. We are also using JFrog behind SSO (but with nuget) and with version 1.24 of dependabot it...
@ChrisDoddGit we are not setting any dependabot config since we run it on a separate docker container with pretty much default settings...
I cannot verify currently, but maybe it works: In azure_helpers.rb change two lines: ```ruby def pull_request_approve(pull_request_id, reviewer_token) user_id = get_user_id(reviewer_token) # https://learn.microsoft.com/en-us/rest/api/azure/devops/git/pull-request-reviewers/create-pull-request-reviewers?view=azure-devops-rest-6.0 content = { # 10 - approved 5...
@mburumaxwell, do you know if there is a way to check the latest supported api-version in Azure DevOps? I did not find any way doing a quick search. However, one...
I don't know if it is related to #921. But maybe it works downgrading the version to 1.24 of dependabot.
I also tried the workaround mentioned at the end of #921, but didn't work.
It is using net8.0-windows with the latest 5.1 version released last week. In case you get a warning on the build because of SkiaSharp.Views.WPF not being compatible have a look...
Duplicate of #5100 and most likely a confusion because of this: https://github.com/mono/SkiaSharp/issues/3316 It is a warning and can be solved with using net8.0-windows10.0.19041. I can confirm that ScottPlot works on...
Having a loosely coupled dependency like FluentAssertions to 'Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException' with reflection would also work here. Doing this the direct dependency on the TestFramework could be removed and may be more...
Unfortunately, I am currently on vacation without access to a laptop. However, I'll try to manage it in the next two days.