I had a dotnet program that was working fine. I pulled the latest master on JetBrain Rider 2024.2.4. I am suddenly getting NU1301
Troubleshooting I've done:
- Dotnet clean && dotnet restore
- re-cloning from main
- dotnet restore --interactive
- refreshed my Gitlab PAT
- deleted and recreated my feeds
- added my PAT and username manually in the .config file
- List item
<packageSourceCredentials>
<gitlab>
<add key="Username" value="naername" />
<add key="ClearTextPassword" value="pat" />
</gitlab>
</packageSourceCredentials>
I apologize if this has already been asked, I searched the forums here and tried all the resolutions but I'm losing my mind and I have a minor C# Bug fix need to push out tomorrow.