Git Product home page Git Product logo

Comments (7)

drusteeby avatar drusteeby commented on August 25, 2024 1

I would also suggest to use the sdk project style for the .csproj. It has a few advantages that would solve a few of the above problems.
1.) No need for packageReference or packages.config, the packages get defined right in the csproj
2.) Can target multiple frameworks if wanted.
3.) It's much easier to manage project files because they are xml based and can be edited right in visual studio.

I will open a PR for this change, it's not much work to do and makes things cleaner.

from visualhft.

silahian avatar silahian commented on August 25, 2024

closing this issue

from visualhft.

eabase avatar eabase commented on August 25, 2024

@silahian

closing this issue

I don't see a PR linked to this, which would have closed the issue automatically, and I also don't see any of the tasks completed. So what exactly is the point of closing the issue manually?

from visualhft.

drusteeby avatar drusteeby commented on August 25, 2024

@eabase I completed the unused usings task but the rest are still open

from visualhft.

drusteeby avatar drusteeby commented on August 25, 2024

I've been busy job searching lately but I've got some time this week, going to reopen to get some of these done, especially the SDK project files.

@eabase what are the depreciated packages, perhaps that one is complete as well? I don't see any warnings for packages.

from visualhft.

eabase avatar eabase commented on August 25, 2024

@drusteeby

what are the depreciated packages, perhaps that one is complete as well?

Yeah, I have not had time to get back to this project for months. So it's quite possible from the changes you already made, that the packages now get automatically updated. (Do they? How to check?)

from visualhft.

drusteeby avatar drusteeby commented on August 25, 2024

@eabase "Depreciated" and "not the latest version" are not the same thing. It's not necessarily good to automatically update nuget packages. When a package releases a new major version (ex. from 3.2 to 4.0) there is the possibility that there will be breaking changes to be fixed. So no, they do not get automatically updated and neither should they. My question was if you saw any packages that are specifically depreciated. If not I'll mark that one done.

from visualhft.

Related Issues (14)

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.