Ankit Jain
Ankit Jain
@srudin @dme-development Are you still seeing this issue, with preview8? You won't be able to see inherited members on object yet.
@Postlagerkarte https://github.com/dotnet/runtime/pull/41559
@JeffreyYeTHU this issue is about the debugger not being able to show some values. You should file a separate issue for the webapi not working.
@AoiMasa could you please share that project?
More information is required to reproduce, and fix the issue. It would be useful to: 1. ensure you are on the latest .net 5.x release 2. open a separate issue...
@ehsangfl I have opened a new issue - https://github.com/dotnet/runtime/issues/45595
@johannesmols @coeur85 Could you please file separate issues with more details about the code, and exactly what you are trying? "Unable to evaluate" is a generic message which just means...
> Your task _should_ release cores, but also yes, each batch should release any unreleased cores from that task invocation. Ok, so release as soon as that parallel work is...
``` [ 7455.672962] [ 2825] 1000 2825 158937 41558 684032 0 0 python3 [ 7455.672964] [ 4160] 102 4160 67335 453 180224 0 0 rsyslogd [ 7455.672966] [ 4181] 0...
FYI, I'm adding some playwright based tests in https://github.com/dotnet/aspire/pull/3270 . But in that I'm using `dotnet run` to start up a real app, and then interact with it. [This](https://github.com/radical/aspire/blob/5a900f1f44018a84e6741c45c4d632a1b6e35090/tests/Shared/WorkloadTesting/AspireProject.cs#L295-L305) waits...