Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. For anyone considering upgrading to ASP.NET Core 3.0

For anyone considering upgrading to ASP.NET Core 3.0

Scheduled Pinned Locked Moved The Lounge
asp-netcsharpdotnetvisual-studiocom
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dominic Burford
    wrote on last edited by
    #1

    I've been tasked with upgrading one of our web apps. It's currently implemented using ASP.NET Core 2.2 and we want to upgrade it to ASP.NET Core 3.0. I've upgraded many web apps previously and thought 'How hard can it be?' Well, I've spent the last two days getting it to compile and run. There's quite a few changes that are necessary in the assembly references, nuget packages and middleware that all need to be updated to work. I'd recommend spending some time reading some of the docs before plowing ahead and migrating your own projects. Also, you might find that some of your 3rd-party references won't work as they haven't been updated to support ASP.NET Core 3.0 (as we've found with one of ours). But hey it's all good fun :-D

    "There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare Home | LinkedIn | Google+ | Twitter

    P J C 3 Replies Last reply
    0
    • D Dominic Burford

      I've been tasked with upgrading one of our web apps. It's currently implemented using ASP.NET Core 2.2 and we want to upgrade it to ASP.NET Core 3.0. I've upgraded many web apps previously and thought 'How hard can it be?' Well, I've spent the last two days getting it to compile and run. There's quite a few changes that are necessary in the assembly references, nuget packages and middleware that all need to be updated to work. I'd recommend spending some time reading some of the docs before plowing ahead and migrating your own projects. Also, you might find that some of your 3rd-party references won't work as they haven't been updated to support ASP.NET Core 3.0 (as we've found with one of ours). But hey it's all good fun :-D

      "There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare Home | LinkedIn | Google+ | Twitter

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      3.0? 3.1 mate. 3.0 isn't an LTS offering.

      Advanced TypeScript Programming Projects

      D 1 Reply Last reply
      0
      • D Dominic Burford

        I've been tasked with upgrading one of our web apps. It's currently implemented using ASP.NET Core 2.2 and we want to upgrade it to ASP.NET Core 3.0. I've upgraded many web apps previously and thought 'How hard can it be?' Well, I've spent the last two days getting it to compile and run. There's quite a few changes that are necessary in the assembly references, nuget packages and middleware that all need to be updated to work. I'd recommend spending some time reading some of the docs before plowing ahead and migrating your own projects. Also, you might find that some of your 3rd-party references won't work as they haven't been updated to support ASP.NET Core 3.0 (as we've found with one of ours). But hey it's all good fun :-D

        "There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare Home | LinkedIn | Google+ | Twitter

        J Offline
        J Offline
        Jacquers
        wrote on last edited by
        #3

        Marc had a post about this recently: [The Lounge](https://www.codeproject.com/Messages/5692038/NET-Core-2-2-vs-NET-Core-3-1.aspx)

        1 Reply Last reply
        0
        • D Dominic Burford

          I've been tasked with upgrading one of our web apps. It's currently implemented using ASP.NET Core 2.2 and we want to upgrade it to ASP.NET Core 3.0. I've upgraded many web apps previously and thought 'How hard can it be?' Well, I've spent the last two days getting it to compile and run. There's quite a few changes that are necessary in the assembly references, nuget packages and middleware that all need to be updated to work. I'd recommend spending some time reading some of the docs before plowing ahead and migrating your own projects. Also, you might find that some of your 3rd-party references won't work as they haven't been updated to support ASP.NET Core 3.0 (as we've found with one of ours). But hey it's all good fun :-D

          "There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare Home | LinkedIn | Google+ | Twitter

          C Offline
          C Offline
          Chris Maunder
          wrote on last edited by
          #4

          The removal of UseWebpackDevMiddleware made me weep.

          cheers Chris Maunder

          1 Reply Last reply
          0
          • P Pete OHanlon

            3.0? 3.1 mate. 3.0 isn't an LTS offering.

            Advanced TypeScript Programming Projects

            D Offline
            D Offline
            Dominic Burford
            wrote on last edited by
            #5

            I'm upgrading to 3.0 first, then immediately upgrading to 3.1. Several articles I read stated that the migration path is easier if going to 3.0 first (and getting all the hard work out the way) before upgrading to 3.1.

            "There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare Home | LinkedIn | Google+ | Twitter

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups