-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Expose LibraryImportAttribute
#66434
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
Expose LibraryImportAttribute
#66434
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. |
|
Tagging subscribers to this area: @dotnet/interop-contrib Issue Detailsnull
|
src/libraries/Common/src/System/Runtime/InteropServices/LibraryImportAttribute.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
Outdated
Show resolved
Hide resolved
...libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj
Outdated
Show resolved
Hide resolved
...libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj
Outdated
Show resolved
Hide resolved
src/libraries/System.Text.Json/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj
Outdated
Show resolved
Hide resolved
...ibraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs
Outdated
Show resolved
Hide resolved
...ibraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs
Outdated
Show resolved
Hide resolved
...ibraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs
Outdated
Show resolved
Hide resolved
...ibraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs
Outdated
Show resolved
Hide resolved
...ibraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs
Outdated
Show resolved
Hide resolved
...ibraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs
Outdated
Show resolved
Hide resolved
...ibraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs
Outdated
Show resolved
Hide resolved
...ibraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs
Outdated
Show resolved
Hide resolved
...ibraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs
Outdated
Show resolved
Hide resolved
...ibraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs
Show resolved
Hide resolved
src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.cs
Outdated
Show resolved
Hide resolved
|
@layomia FYI for JSON source gen changes |
...libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.csproj
Outdated
Show resolved
Hide resolved
Co-authored-by: Jan Kotas <jkotas@microsoft.com> Co-authored-by: Stephen Toub <stoub@microsoft.com>
|
Failures in System.Text.Json.Tests are: |
...ibraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs
Outdated
Show resolved
Hide resolved
...ibraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs
Outdated
Show resolved
Hide resolved
...ibraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs
Outdated
Show resolved
Hide resolved
...ibraries/System.Private.CoreLib/src/System/Runtime/InteropServices/LibraryImportAttribute.cs
Show resolved
Hide resolved
Co-authored-by: Aaron Robinson <arobins@microsoft.com>
deeprobin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks in general good to me.
Are there some tests validating the Attribute properties?
Expose
LibraryImportAttributein runtime libraries.Resolves #46822