Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@C0D4 tbh, I think it's my personal record. Migrating .net 4.5 project to .net 6 with "right" nullability checks
At least, it compiles and executes now ! -
sariel85342yI personally prefer to use console.warn instead of console.log
Just to piss off all the JavaScript devs. 🤣 -
No errors! Deploy to prod is green!
What do you mean "tests"? it sounds delicious. Where can I get some to eat? -
max199313732yI think those warnings just telling you to replace everything used with other broken and soon to be replaced code.
It would be fun to see how much of the warnings is deprecated code pointing to other deprecated code. -
There are no warnings - there are only errors and false positives and you have to fix both.
-
@Oktokolo I would agree ideally. But now it's too late for this project.
My new one has 1 warning (And unfortunatly until lib used editor can't provide a native .net 6 version, i'm stuck with thier 4.8 version, which works, but produces a warning)
Everything is fine ! No errors !
joke/meme