dotnet/aspnetcore

Blazor-Hybrid with grpc Hot-Reload error.

a44281071 opened this issue · 6 comments

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

We have 600 grpc *.proto files in project "RpcShared".
We use WPF-Blazor hybrid project "SamClient".
We load grpc datas in component OnInitAsync().

If we edit a component, and use hot-relaod, it have some error with '*.protodep' file.
like 'The file is being used by another process, so the process cannot access the file'.

Expected Behavior

No response

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

net8.0

Anything else?

IDE: visual studio community 2022.

@JamesNK Are you familiar with "protodep"? Do you know why this error might be occurring or if our own tooling could be the culprit here?

Should I go to another place to ask questions?
Like 'grpc.net'?