-
Hi, I found some errors in 293-297 config. I am currently using the docker that you provided. It was written in the test_webarena.config that the correct answer is
```
"reference_answers": {
…
-
https://github.com/ravibpatel/AutoUpdater.NET/blob/f3f1bf2d756e7255c70c7b6f8aac744a0ecf631e/AutoUpdater.NET/DownloadUpdateDialog.cs#L247
-
**Which version of Duende IdentityServer are you using?**
7.0.8
**Which version of .NET are you using?**
.NET 8
**Describe the bug**
We recently upgraded our IdentityServer from 3.1.4 to 7.0.8 fo…
-
We are having this start up error:
```
Creating container : [jobs]
Unhandled exception. System.AggregateException: One or more errors occurred. (DefaultTimeToLive is not set to -1. Please set t…
-
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class SceneBtn : MonoBehaviour
{
public string sceneName;
// S…
-
**Scott Dakota** — _Today at 2:38 AM_
> Would be cool if code could brute force permute through all combinations of removing notes from a scale, and check for CS. That might get an exhaustive list …
-
https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blame/c5396a47c58b32616669f448563b79edc2af2531/src/Microsoft.IdentityModel.Protocols/Configuration/ConfigurationMan…
-
Also it's unsigned, so it actually has to be `UIntPtr`, even though `IntPtr` is often used.
`int` is definitely wrong - it's kind of a mystery (or pure accidence) that it has even been working with `…
-
## Description
When mocking an interface that contains multiple methods with similar signatures using Moq, an exception is thrown during proxy generation. This issue arises because the proxy generato…
-
### Describe the bug
In an app built with `WebApplication.CreateSlimBuilder()` and using the new `MapStaticAssets` in .NET 9, responses for static files are empty with 200 status code. To reproduce, …