redhat-developer / dotnet-regular-tests

.NET Core tests for .NET Bunny (RHEL & Fedora RPM tests)
MIT License
8 stars 13 forks source link

Extend managed-symbols-available to check ASP.NET Core shared framework #308

Closed tmds closed 1 year ago

tmds commented 1 year ago

Currently the test is only checking the .NET Core shared framework:

https://github.com/redhat-developer/dotnet-regular-tests/blob/da96d58e528e4eb58d5ba016b7a44828ddf1e68d/managed-symbols-available/test.sh#L8

It would be good to ensure symbols are also available for the ASP.NET Core shared framework.

cc @omajid @nicrowe00

nicrowe00 commented 1 year ago

I'll take a look.