PinnedSteve EllwoodProject targets ‘net6.0’.While I was upgrading some of my libraries from .net core 3.1 to .net 6.0 I got this errorFeb 5, 2022Feb 5, 2022
PinnedSteve Ellwooderror NU5026: The file ‘…’ to be packed was not found on disk.This randomly started happening to me shortly after .NET 5 was released, which I realise may well be just a concidence. It was however…Dec 3, 20206Dec 3, 20206
PinnedSteve EllwoodSystem.IO.FileLoadExceptionThis is a very common error in the Microsoft world and it has been causing me some grief for a while. The first thing to note is that the…Aug 30, 2019Aug 30, 2019
PinnedSteve EllwoodWhat I Learnt Migrating to Git from MercurialI’ve used Mercurial for seven years now and I am reasonably comfortable with it. Most of the time I’m using it at a fairly simple level…Jun 20, 2019Jun 20, 2019
Steve EllwoodShared files in OneNoteThis is not the sort of thing I usually write about but it’s something that frustrated me for a little while and isn’t as obvious as it…Oct 23Oct 23
Steve EllwoodWeb.Config is too largeI recently came across this issue, which is one I had never heard of before and neither had anyone I asked about it.Aug 14Aug 14
Steve EllwoodVisual Studio Item Templates with ParametersIf you know you are going to have to repeatedly write similar code this is quite a useful feature as it adds to the Add New Item menu in…Aug 7Aug 7
Steve EllwoodExpando Objects — elementsI’ll be honest I had never heard of these before but they have been in .NET for some considerable time. I think their primary use is in…Jun 21Jun 21
Steve EllwoodFile Scoped Namespace IssuesI’ve not really used more recent versions of .NET and I needed to update a legacy class library so that it could be used from .NET 8 or…May 24May 24
Steve EllwoodThe mystery of the disappearing Publish ProfilesFor some reason my Visual Studio wasn’t showing an existing profile that someone else had created on the Project | Publish menu. This was…Jan 26Jan 26