Skip to content

Commit

Permalink
Switch to a different feed until dotnet/sdk#36434 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
virzak committed Nov 3, 2023
1 parent a92024c commit 89f7620
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-format": {
"version": "8.0.438101",
"version": "8.0.452310",
"commands": [
"dotnet-format"
]
Expand Down
5 changes: 3 additions & 2 deletions NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
<!-- Remove myget when resolved: https://github.com/dotnet/sdk/issues/36434 -->
<!-- <add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" /> -->
<add key="dotnet-tools" value="https://www.myget.org/F/dotnet-format-8-0-452310/api/v3/index.json" />
</packageSources>

<packageSourceMapping>
<!-- key value for <packageSource> should match key values from <packageSources> element -->
<packageSource key="nuget.org">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//HintName: Test.Stuff.DoSomethingAsync.g.cs
// <auto-generated/>
#nullable enable
namespace Test;
internal partial class Stuff
{
public static void DoSomething<T>(T t)
{
}
}

0 comments on commit 89f7620

Please sign in to comment.