Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

System.Reflection.DispatchProxy: remove two unnecessary usings#1354

Merged
stephentoub merged 1 commit intodotnet:masterfrom
akoeplinger:fix-dispatch-usings
Apr 9, 2015
Merged

System.Reflection.DispatchProxy: remove two unnecessary usings#1354
stephentoub merged 1 commit intodotnet:masterfrom
akoeplinger:fix-dispatch-usings

Conversation

@akoeplinger
Copy link
Copy Markdown
Member

They cause an error on Mono's mcs even though they aren't used by the code (because the corresponding package isn't imported in packages.config).

Note: I haven't checked if other usings may be unnecessary as well, I think this be left to the codeformatter once it supports doing that.

They cause an error on Mono's mcs even though they aren't used by the
code (because the corresponding package isn't imported in packages.config).
@Maxwe11
Copy link
Copy Markdown
Contributor

Maxwe11 commented Apr 8, 2015

Same issue in VS 2013

@stephentoub
Copy link
Copy Markdown
Member

Other than actually removing three rather than two usings 😄, LGTM.

@akoeplinger
Copy link
Copy Markdown
Member Author

It's two namespaces: System.Diagnostics.Contracts and System.Threading.Tasks 😸

@stephentoub
Copy link
Copy Markdown
Member

😄

stephentoub added a commit that referenced this pull request Apr 9, 2015
System.Reflection.DispatchProxy: remove two unnecessary usings
@stephentoub stephentoub merged commit 4dae948 into dotnet:master Apr 9, 2015
@akoeplinger akoeplinger deleted the fix-dispatch-usings branch April 9, 2015 01:35
@karelz karelz modified the milestone: 1.0.0-rtm Dec 3, 2016
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…sings

System.Reflection.DispatchProxy: remove two unnecessary usings

Commit migrated from dotnet/corefx@4dae948
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.

5 participants