C# Creating NuGet Package for .Net Framework Project

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024
  • Support Me: / angelsix
    As a follow up from our Creating a NuGet Package for .Net Core, I show you here how you would create a NuGet package and publish it to nuget.org if you are still using the older style .Net Framework projects.
    I take you from a new project right up to publishing the package live.
    Check out the previous tutorial for .Net Core NuGet packages here • .Net Core - Creating a...

ความคิดเห็น • 24

  • @persoulrpg
    @persoulrpg 6 ปีที่แล้ว +5

    Useful knowledge. Keep it comming mate.

    • @AngelSix
      @AngelSix  6 ปีที่แล้ว

      Thanks and will do

  • @tanujavalluru9195
    @tanujavalluru9195 4 ปีที่แล้ว +2

    Thank you very much, this is very helpful. Do you have step by step instruction for creating single private nuget which has multiple projects?

  • @Thanishqrangampally
    @Thanishqrangampally 3 ปีที่แล้ว +1

    Hi @AngelSix, could you kindly let me know how to create a single Nuget package with multiple projects in a solution file. Thank you.

  • @nayanamtanuj
    @nayanamtanuj 5 ปีที่แล้ว +1

    You are awesome!

  • @harran9962
    @harran9962 10 หลายเดือนก่อน

    very helpful thanks

  • @minge8168
    @minge8168 5 ปีที่แล้ว +2

    THanks a lot for the video. Can you make a video about how to create a NuGet package from a solution which has multiple projects in it?

    • @eckmeister2000
      @eckmeister2000 5 ปีที่แล้ว

      I would be interessted in a video about a complete solution too. Thanks for your video !

    • @tanujavalluru9195
      @tanujavalluru9195 4 ปีที่แล้ว

      Hey Ming, did you get any solution for question. I am also looking for the same.
      I tried some thing like nuget.exe pack myproj.csproj -IncludeReferencedProjects

  • @sakthimathiyazhagan8130
    @sakthimathiyazhagan8130 4 ปีที่แล้ว

    in CMD, When i run my command nuget spec mytest.csproj, i am getting an error saying "Nuget command line stopped working" , i am using VS2017 in WIN10 ... am i missing anything ?

  • @vinuhosanagar1
    @vinuhosanagar1 6 ปีที่แล้ว

    Thank you :) :)

    • @AngelSix
      @AngelSix  6 ปีที่แล้ว

      Your welcome

  • @engr_mark
    @engr_mark 5 ปีที่แล้ว

    Thanks. Can you do a video on how to support both .Net Framework and .Net Standard on the same package?

    • @AngelSix
      @AngelSix  5 ปีที่แล้ว +1

      If you push a package that is .Net Core it will work with .Net Framework projects on 4.7.1 or above

  • @MultiMinors
    @MultiMinors 6 ปีที่แล้ว

    Can you make a video about Debug vs Release? What it does specifically etc.
    I've got an app which works perfectly on debug mode, but on release i get random bugs here and there
    Would be nice if you could make it clear, what does what

    • @AngelSix
      @AngelSix  6 ปีที่แล้ว

      Yes I've added that to my list of things I will cover

  • @emem987
    @emem987 6 ปีที่แล้ว

    HI, when you will upload a video from ASP.NET core or WPF tutorial?
    Thx :)

    • @AngelSix
      @AngelSix  6 ปีที่แล้ว

      I have to do a video on SolidWorks next, and one on possibly creating a VS project template, then back to ASP.Net Core. I will try and get 2 videos out this coming week so the ASP.Net one comes sooner

  • @DataJuggler
    @DataJuggler 5 ปีที่แล้ว

    I didn't know you can hit cmd from a File Explorer path to open a command prompt.
    I have done this the hard way cd c:\..... for more years than I care to admit

    • @AngelSix
      @AngelSix  5 ปีที่แล้ว +1

      It's pretty new its not been possible for that long, maybe a few years. When I first discovered it by mistake my jaw hit the floor!

    • @DataJuggler
      @DataJuggler 5 ปีที่แล้ว

      @@AngelSixI feel a little better knowing it is a new feature, but Microsoft should have sent me the memo on this one.