Uh oh!
There was an error while loading. Please reload this page.
[release/7.0] Update dependencies from dotnet/hotreload-utils dotnet/llvm-project dotnet/roslyn-analyzers dotnet/runtime-assets - #76243
Conversation
… 20220926.2 runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools From Version 11.1.0-alpha.1.22469.2 -> To Version 11.1.0-alpha.1.22476.2
…uild 20220926.2 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22471.2 -> To Version 7.0.0-preview1.22476.2
…ild 20220926.1 Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 1.1.0-alpha.0.22470.1 -> To Version 1.1.0-alpha.0.22476.1
lewing
commented
Sep 27, 2022
@lambdageek are these genuine hotreload problems? |
lambdageek
commented
Sep 27, 2022
I don't think so. It looks like a codeflow problem - hotreload-utils wants a newer SDK than what the runtime depends on. So it's trying to run the hot reload delta generator tool and the SDK that the runtime depends on is older than the SDK that the tool depends on. Maybe we should disable the codeflow from hotreload-utils/main to runtime/release/7.0 ? |
carlossanlop
commented
Sep 27, 2022
I can do that if that's what people want. @lewing, any objections? Anyone else we should ask? |
carlossanlop
commented
Sep 30, 2022
I see @akoeplinger and @lambdageek are the top contributors in that repo. I disabled it: |
carlossanlop
commented
Sep 30, 2022
Should I revert the hotreload-utils dependency change in this PR? |
carlossanlop
left a comment
There was a problem hiding this comment.
@akoeplinger@lambdageek LMK if I should apply these revert suggestions:
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…uild 20220930.2 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22471.2 -> To Version 7.0.0-preview1.22480.2
…uild 20221001.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22471.2 -> To Version 7.0.0-preview1.22501.1
akoeplinger
commented
Oct 3, 2022
@carlossanlop yeah let's do that |
Uh oh!
There was an error while loading. Please reload this page.
2022100.1 Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData From Version 7.0.0-beta.22476.1 -> To Version 7.0.0-beta.22503.1
…uild 20221004.1 Microsoft.CodeAnalysis.NetAnalyzers From Version 7.0.0-preview1.22471.2 -> To Version 7.0.0-preview1.22504.1
… 20221004.1 runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools From Version 11.1.0-alpha.1.22469.2 -> To Version 11.1.0-alpha.1.22504.1
This pull request updates the following dependencies
From https://github.com/dotnet/llvm-project
From https://github.com/dotnet/roslyn-analyzers
From https://github.com/dotnet/hotreload-utils
From https://github.com/dotnet/runtime-assets