Stub out API and base directory for ObjectiveC interop tests#47438
Stub out API and base directory for ObjectiveC interop tests#47438jkoritzinsky merged 6 commits intodotnet:feature/objc-interopfrom
Conversation
|
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
...ivate.CoreLib/src/System/Runtime/InteropServices/ObjectiveC/Wrappers.PlatformNotSupported.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
Show resolved
Hide resolved
...aries/System.Private.CoreLib/src/System/Runtime/InteropServices/ObjectiveC/ObjectiveCBase.cs
Outdated
Show resolved
Hide resolved
| using System.Collections; | ||
| using System.Runtime.Versioning; | ||
|
|
||
| namespace System.Runtime.InteropServices.ObjectiveC |
There was a problem hiding this comment.
We should remove doc from the "not supported" impl.
There was a problem hiding this comment.
I'm worried that if we remove the PNSE impl's docs, the API docs won't automatically be ported. I don't know which build the docs team is planning on using to harvest docs from.
There was a problem hiding this comment.
I'll leave this for now until we are sure that we can remove them and still get the docs auto-ported.
Stub out the API and the infra for the tests. Add the APIs to the System.Runtime.InteropServices ref assembly.