Git Product home page Git Product logo

Comments (4)

tig avatar tig commented on July 20, 2024

Please do! Thanks.

from terminal.gui.

dodexahedron avatar dodexahedron commented on July 20, 2024

A'ight.

A little of this already did get done and merged in PRs that were prepping to nuget-ify the analyzer project.

But I'll make a pass over everything to do with msbuild for what's in the solution, as well as nuget, first, since that'll work just fine as a self-contained PR, and then get into github workflows and scripting stuff.

from terminal.gui.

dodexahedron avatar dodexahedron commented on July 20, 2024

@tig

A couple of specific questions on elements in Terminal.Gui.csproj, as of v2_develop head at this moment, which is at f1fe7e7:

Why are these specified?

Line 31

    <SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>

Not really a good idea to be in source control as the default. I'm likely going to put a condition on it so it only gets included if a configuration that explicitly targets a preview framework is selected (one of the new ones I'm adding).


Line 129

    <DocumentationFile>bin\$(Configuration)\$(AssemblyName).xml</DocumentationFile>

What is the purpose of this? It actually causes inconsistent behavior for certain build targets depending on the build environment and build procedure. Default path works for all.

from terminal.gui.

dodexahedron avatar dodexahedron commented on July 20, 2024

And in the packaging PropertyGroup, the authors and owners elements.

The "proper" values for those elements, according to nuget documentation, are the nuget profile names of those people or organization accounts. Other values are of course legal, but that's the documented recommendation. 🤷‍♂️

https://learn.microsoft.com/en-us/nuget/reference/nuspec#owners

https://learn.microsoft.com/en-us/nuget/reference/nuspec#authors

The docs say it's "ignored" by nuget.org, but that just means it doesn't actually assign formal ownership of the package. The metadata is still as specified in the nuspec.

from terminal.gui.

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.