Closed SeppPenner closed 7 months ago
Minimal repro project is under https://github.com/SeppPenner/QuickGridTest. I added the build image we use in our Gitlab CI pipeline as well under https://github.com/SeppPenner/QuickGridTest/tree/master/src/docker-buildimage (And pushed it fresh to dockerhub with my username as well).
The thing is that this now works with the minimal repro... Do you have any ideas where this issue might come from?
The thing is that this now works with the minimal repro...
Thanks for contacting us. It's not clear if the issue still relevant then. Are you still facing this issue, or not?
The thing is that this now works with the minimal repro...
Thanks for contacting us. It's not clear if the issue still relevant then. Are you still facing this issue, or not?
I'm still facing the issue within our build pipeline, but I sadly couldn't reproduce it within the minimal working example...
Unfortunately, we won't be able to investigate this without a repro. I'm going to close this issue and hopefully you will be able to reproduce the issue and give us a repro later. Ideally, of course, you will find the culprit in your pipeline / code and fix it yourself. Once you have a repro, please file a new issue.
Unfortunately, we won't be able to investigate this without a repro. I'm going to close this issue and hopefully you will be able to reproduce the issue and give us a repro later. Ideally, of course, you will find the culprit in your pipeline / code and fix it yourself. Once you have a repro, please file a new issue.
Do you by any chance have some ideas where I should look at? E.g. some logs or whatever?
I'm also getting the same error when trying to extract the staticwebassets from the NuGet package and manually adding them to my project (as is required because I'm using Oqtane).
The issue still happens for me as well. After some successful builds it starts to fail.
As a work around it helps to delete bin
and obj
folders, then restore nuget packages and build again.
Is there an existing issue for this?
Describe the bug
Adding the quick grid to a Net8.0 project breaks the build / publish process from the console with the following error:
Publish:
dotnet publish --configuration Release -r win-x64 --no-self-contained --no-restore --output publish.win-x64/
Expected Behavior
Build works without errors.
Steps To Reproduce
Create a dummy Net8 project and add the
Microsoft.AspNetCore.Components.QuickGrid
package from NuGet, add it to a dummy page.Exceptions (if any)
.NET Version
8.0.202
Anything else?
mcr.microsoft.com/dotnet/sdk:8.0
)