Eric Rushing

Results 15 comments of Eric Rushing

I'm wondering about the June 5, 2022 security release as well. I'm also wondering what would happen if I tried https://github.com/ayush5harma/PixelFeatureDrops/releases/tag/v09052021, the latest release at the time of this writing.

I am currently having this issue on corepack v0.14.2. ``` PS C:\Windows\system32> corepack enable PS C:\Windows\system32> corepack prepare yarn@stable --activate Preparing yarn@stable for immediate activation... Internal Error: ENOENT: no such...

At first I didn't think this would be possible. You can't usually deserialize something that doesn't have a default constructor. In order to deserialize it needs to know what constructor...

Just a quick note to express interest in getting this fixed. I'm having a real hard time using GitHub github actions with a self-hosted runner now because github actions checks...

Just a quick note to express interest in getting this fixed. I'm having a real hard time using GitHub actions with a self-hosted runner now because github actions checks out...

Thanks for the advice! I'm targeting .NET 5, soon to be .NET 6, with no odd custom references, so this worked just fine for me.

I'm having the same problem in one of my projects. `framework: auto-detect` is ignored, along with `framework: 5.0`. I also have a problem in this project where every time I...

> So is it currently impossible to execute an API Gateway locally with authorizer and lambda proxy integration? My testing seems to bear this out. As far as I can...

I would note that this is now happening again with the recent release of .NET 8. I had thought that using `framework: auto-detect` in the `paket.dependencies` file would prevent this...

For the benefit of anybody coming across this page. As suggested in another issue. This can be alleviated by using `paket update --keep-major`.