Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move some Mono corelib strings to resources/nameof #34089

Merged
merged 5 commits into from
Mar 27, 2020

Conversation

danmoseley
Copy link
Member

Contributes to #34056

@danmoseley
Copy link
Member Author

@jaredpar thoughts?

2020-03-25T21:26:28.8692134Z dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/Sdk/5.0.100-preview.3.20168.11/dotnet-sdk-5.0.100-preview.3.20168.11-linux-x64.tar.gz
2020-03-25T21:27:43.3314360Z curl: (56) TCP connection reset by peer
2020-03-25T21:27:43.3342455Z dotnet-install: Cannot download: https://dotnetcli.azureedge.net/dotnet/Sdk/5.0.100-preview.3.20168.11/dotnet-sdk-5.0.100-preview.3.20168.11-linux-x64.tar.gz
2020-03-25T21:27:43.3358908Z dotnet-install: Downloading legacy link: https://dotnetcli.azureedge.net/dotnet/Sdk/5.0.100-preview.3.20168.11/dotnet-dev-centos-x64.5.0.100-preview.3.20168.11.tar.gz
2020-03-25T21:27:55.1873143Z curl: (22) The requested URL returned error: 404 Not Found

@jaredpar
Copy link
Member

@danmosemsft looks like #34015 is impacting CI builds now too as well as official.

@@ -415,7 +415,7 @@ public override Type GetType(string className, bool throwOnError, bool ignoreCas
if (className == null)
throw new ArgumentNullException(nameof(className));
if (className.Length == 0)
throw new ArgumentException("className");
throw new ArgumentException(nameof(className));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The first argument to ArgumentException is a message, not the parameter name (unfortunately).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Literally 20 minutes ago I was pointing out on the analyzers issue that we had several instances of this mistake. That's my excuse.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok 😄

@danmoseley
Copy link
Member Author

Unrelated test failures . Perf failure on other jobs also

@danmoseley danmoseley merged commit 60f2e6a into dotnet:master Mar 27, 2020
@danmoseley danmoseley deleted the dan.on.stephen branch March 27, 2020 16:22
@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
@danmoseley danmoseley restored the dan.on.stephen branch December 22, 2020 05:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants