Git Product home page Git Product logo

Comments (11)

HenryMigo avatar HenryMigo commented on June 8, 2024 2

I can pick this one up

from obsidian.

HenryMigo avatar HenryMigo commented on June 8, 2024 1

It seems a lot of the warnings could be solved with constructors within the models. Could take a while to implement these constructors.

EDIT: It also looks like the build only shows the top 10 warnings. If this is correct then you've got around 3791 warnings to resolve. What I suggest is we eliminate these warnings in small batches to avoid thousands of changes. @Seb-stian do you agree with this approach?

from obsidian.

Naamloos avatar Naamloos commented on June 8, 2024

Do note that I was referring to the warnings given by github. Warnings by vs/the compiler are of course still welcome to be resolved.

from obsidian.

HenryMigo avatar HenryMigo commented on June 8, 2024

Do note that I was referring to the warnings given by github. Warnings by vs/the compiler are of course still welcome to be resolved.

It looks like it is the compilers warnings in VS but only the top 10 of these as if you drill into the build task in Actions it shows you all the warnings.

from obsidian.

Naamloos avatar Naamloos commented on June 8, 2024

Do note that I was referring to the warnings given by github. Warnings by vs/the compiler are of course still welcome to be resolved.

It looks like it is the compilers warnings in VS but only the top 10 of these as if you drill into the build task in Actions it shows you all the warnings.

Ahh, fair. I haven't looked into them that much yet 😅

from obsidian.

HenryMigo avatar HenryMigo commented on June 8, 2024

I'll try and tackle as much as I can but don't want to touch too many files in one go.

from obsidian.

HenryMigo avatar HenryMigo commented on June 8, 2024

Just a question, I am seeing async methods around the code that do not have awaitable code within them, do these need to be async and if so await Task.Run(() => OUR_CODE); will need to be used.

from obsidian.

Seb-stian avatar Seb-stian commented on June 8, 2024

Yes, we do have fire-and-forget tasks here and there. The point is to have some code execute on a thread pool, while execution of the calling code continues.

from obsidian.

Seb-stian avatar Seb-stian commented on June 8, 2024

Also sorry, didn't notice the edit before. That approach sounds reasonable.

from obsidian.

HenryMigo avatar HenryMigo commented on June 8, 2024

I think I have managed to solve a few, most are XML warnings. 3692 relate to XML out of the 3708 while there are 16 other warnings. PR is #168

from obsidian.

Naamloos avatar Naamloos commented on June 8, 2024

I'll probably look into muting the "missing xmldoc" warnings project-wide sometime soon.

from obsidian.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.