-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
error BLAZORSDK1001 in wasm tests #85354
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue Details
This error was encountered in a number of the wasm test legs in https://dev.azure.com/dnceng-public/public/_build/results?buildId=250766&view=logs&jobId=4de1b480-db2d-5e2d-1b07-cb01593ab740.
Error MessageFill the error message using known issues guidance. {
"ErrorMessage": "Unable to find 'RazorClassLibrary.dll' to be lazy loaded later.",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": false
}
|
@maraf this seems like a regression. Do we know what is causing this? |
.. and fix test to work for non-webcil case. Fixes issue: dotnet#85354
Opened #85685 to re-enable the test. |
.. and fix test to work for non-webcil case. Fixes issue: #85354
error BLAZORSDK1001: Unable to find 'RazorClassLibrary.dll' to be lazy loaded later. Confirm that project or package references are included and the reference is used in the project.
This error was encountered in a number of the wasm test legs in https://dev.azure.com/dnceng-public/public/_build/results?buildId=250766&view=logs&jobId=4de1b480-db2d-5e2d-1b07-cb01593ab740.
Error Message
Fill the error message using known issues guidance.
The text was updated successfully, but these errors were encountered: