Maximus

Results 4 comments of Maximus
trafficstars

We've run into an issue with builds that was sorted by switching to Ubuntu 22.04 AMIs. https://community.harness.io/t/drone-autoscaler-amis-too-old-for-net-6-application/12249/5 Further, we've just got an email from AWS about the 16.04 Ubuntu AMIs...

We're also being reamed by AWS switching to charge for IPv4 addresses, but not providing IPv6 functionality required to move away from IPv4. Pretty transparent cash grab from AWS, considering...

Git thinks that CRLF/LF files are different. LF is the default for linux, and CRLF for windows. If you're generating the files as part of a build on a windows...

We also noticed this on our medium size C# solution (68 projects), when we updated our coverlet version while using .net 8. Dropping back to the previous version works. Seems...