dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.98k stars 4.66k forks source link

Default Interface Method support #7734

Closed yizhang82 closed 4 years ago

yizhang82 commented 7 years ago

C# Language Spec Link Runtime Spec Link (TBD)

List of work items:

gkhanna79 commented 7 years ago

@yizhang82 Is this for .NET Core 2.0?

yizhang82 commented 7 years ago

No. It's not part of .NET Core 2.0 work. I don't think we have a shipping date yet. Right now we are in early design/prototype phase.

yizhang82 commented 7 years ago

We also need engineering work to support producing packages for Roslyn CI. Tracked here: https://github.com/dotnet/core-eng/issues/833

mattwarren commented 7 years ago

Tracked here: dotnet/core-eng#833

Just one thing, that 'core-eng' repo doesn't appear to be publicly accessible.

I'm not saying it should be, but I just wanted to let you know that anyone who isn't a M/S employee can't see that link you posted.

MichalStrehovsky commented 6 years ago

Broken out the remaining tasks into individual issues and now tracking within the Default interfaces project.