-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
HybridDictionary has indexer (accepting object) which recursively calls itself instead of calling to types overload. #77
Labels
help wanted
Issues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.
triaged
Comments
AndyGerlicher
added
the
help wanted
Issues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.
label
May 12, 2015
Team triage: This is probably dead code and could be deleted. |
AndyGerlicher
added a commit
to AndyGerlicher/msbuild
that referenced
this issue
Feb 15, 2017
Indexer (defined in interface) implemented that recursively calls itself. Nothing called this code, but if it did it would be wrong (stack overflow). Closes dotnet#77
AndyGerlicher
added a commit
to AndyGerlicher/msbuild
that referenced
this issue
Feb 15, 2017
Indexer (defined in IDictionary) implemented in a way that recursively calls itself. Nothing called this code, but if it did it would be wrong (stack overflow). Closes dotnet#77
AndyGerlicher
added a commit
that referenced
this issue
Feb 16, 2017
Indexer (defined in IDictionary) implemented in a way that recursively calls itself. Nothing called this code, but if it did it would be wrong (stack overflow). Closes #77
radical
added a commit
to radical/msbuild
that referenced
this issue
Dec 12, 2018
Missed committing the sdk files in 3f83070 ! cli commit: d36e5ce Microsoft.NET.Sdk.Razor: 2.1.0 Version from: https://github.com/dotnet/cli/blob/d36e5ce1619640f4516c1e89ef20cf52f1a32878/build/DependencyVersions.props (A future fix should guard against this kinda mistake) Fixes mono/mono#11214 .
radical
added a commit
to radical/msbuild
that referenced
this issue
Dec 12, 2018
Missed committing the sdk files in 3f83070 ! cli commit: d36e5ce Microsoft.NET.Sdk.Razor: 2.1.0 Version from: https://github.com/dotnet/cli/blob/d36e5ce1619640f4516c1e89ef20cf52f1a32878/build/DependencyVersions.props (A future fix should guard against this kinda mistake) Fixes mono/mono#11214 . (cherry picked from commit c258604)
radical
added a commit
to radical/msbuild
that referenced
this issue
Dec 12, 2018
Missed committing the sdk files in 3f83070 ! cli commit: d36e5ce Microsoft.NET.Sdk.Razor: 2.1.0 Version from: https://github.com/dotnet/cli/blob/d36e5ce1619640f4516c1e89ef20cf52f1a32878/build/DependencyVersions.props (A future fix should guard against this kinda mistake) Fixes mono/mono#11214 . (cherry picked from commit c258604)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
Issues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.
triaged
Probably the intended implementation was:
The text was updated successfully, but these errors were encountered: