-
Vulnerable Library - azure.extensions.aspnetcore.configuration.secrets.1.2.1.nupkg
Path to dependency file: /src/Services/Ordering/Ordering.UnitTests/Ordering.UnitTests.csproj
Path to vulnerable li…
-
launchSettings.json
``` json
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
…
-
I am following the [Building locally](https://github.com/dotnet/aspnetcore/blob/main/src/ProjectTemplates/README.md#building-locally) instructions for Project Templates, the first suggested command li…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I try to access AuthenticationStateProvider from a DelegatingHandler which intercepts r…
-
### Describe the bug
When running the command `dotnet new meadow-startkit -n MySK` on macOS and Linux, it produces different behaviour, due to case sensitivity, even though they are both *nix operat…
-
This is just an issue to track the larger initiative to implement nullability annotations across the whole of the .NET SDK. It's a large enough undertaking that it's worth splitting into individual PR…
-
### Description
`MetadataUpdateHandlerAttribute` expects the specified type to declare certain methods as documented here:
https://learn.microsoft.com/en-us/dotnet/api/system.reflection.metadata…
tmat updated
2 months ago
-
Failures I saw were all on OSX and these two tests fail together. Likely need to update the `HostNameIsReachableAttribute`.
```
System.Net.Sockets.SocketException : nodename nor servname provided,…
-
My docker host is set to `DOCKER_HOST=tcp://10.211.55.2:12675`
When I try the starter app it's unable to connect to redis because it's expecting it to be on localhost I think but it's not, it's on …
-
I don't know yet, but I plan to look at it on Monday, at a quick glance, the endpoints in the package are incorrect too (we will have to service that).
It doesn't currently fail I thi…