-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
WASM: Enable System.Reflection.* tests #39696
Conversation
Disable tests that won't work on browser.
<WasmFilesToIncludeInFileSystem Include="$(PublishDir)System.Reflection.Metadata.Tests.dll" /> | ||
</ItemGroup> | ||
<ItemGroup Condition="'$(AssemblyName)' == 'System.Reflection.Tests'"> | ||
<WasmFilesToIncludeInFileSystem Include="$(PublishDir)System.Reflection.Tests.dll" /> |
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.
is there a better way to track these dependencies? hardcoding looks wrong
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.
Or avoid defining this centrally and instead set a property in the project file that indicates this?
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.
yeah we need to find a better way.
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.
Can you please open an issue to discuss this?
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.
I think the project could add to an item and then we could transform that item to remap the value to be under PublishDir
Disable tests that won't work on browser.
Disable tests that won't work on browser.