13

Everything is fine ! No errors !

Comments
  • 1
    Damn, I only get rookie numbers with < 10 warnings for my sites.
  • 4
    @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 !
  • 1
    I personally prefer to use console.warn instead of console.log

    Just to piss off all the JavaScript devs. 🤣
  • 1
    Is this uhh ... real?
  • 2
    @Ranchonyx it's in prod. More than 5K daily users
  • 0
    No errors! Deploy to prod is green!

    What do you mean "tests"? it sounds delicious. Where can I get some to eat?
  • 1
    @sariel prefer console.error just to grab their attention.
  • 0
    I 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.
  • 1
    There are no warnings - there are only errors and false positives and you have to fix both.
  • 1
    @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)
Add Comment