#SharePointProblems | Koskila.net

Solutions are worthless unless shared! Antti K. Koskela's Personal Professional Blog

Posts from January 2021

Blog posts published in January 2021

Posts from January 2021 (5)

  • Cover image for Azure DevOps Pipelines Caching
    NEW
    Published on
    Authors
    koskila

    Azure DevOps Pipelines Caching

    Azure DevOps pipelines have a pretty handy feature called Pipeline Caching . It'll help you avoid annoyingly long NuGet package restores in your builds. And that makes sense - why would you restore packages again and again and again, if you're not updating your dependencies meanwhile?
  • Cover image for How to recover the private key of a (.pfx) certificate?
    Published on
    Authors
    koskila

    How to recover the private key of a (.pfx) certificate?

    Recently, I ran into a problem that I definitely caused myself. I had a certificate, that was created to authenticate an app against Azure AD. The encryption key for the .pfx file was, however, lost. I could just create a new certificate, configure the app service to use that, and replace the old certificate... But that's manual labor and where's the fun in that? I prefer a solution that included a bit more coding!
  • Cover image for How to fix "System.IO.FileSystem: Could not find a part of the path - - Value cannot be null. (Parameter 'provider')", when running Azure Functions locally?
    Published on
    Authors
    koskila

    How to fix "System.IO.FileSystem: Could not find a part of the path - - Value cannot be null. (Parameter 'provider')", when running Azure Functions locally?

    Well, that title is a mouthful. But it's the topic for today, so what can you do? That said, this article should be pretty topical, as the issue started popping up only a few days ago. Chances are it'll be patched soon enough, but in the meantime, it's always useful to document the fix! Problem When running or debugging Azure Functions locally, your runtime just blurts our this error and fails to compile your functions: [2021-01-11T10:28:11.
  • Cover image for How to nuke the Identity Cache in Visual Studio?
    Published on
    Authors
    koskila

    How to nuke the Identity Cache in Visual Studio?

    This article explains one easy workaround to a lot of Visual Studio authentication issues. Personally, it's helped me multiple times when Cloud Explorer has gotten into a weird authentication loop or Visual Studio stops seeing my MSDN subscription.
  • Cover image for Fixing unexpected Microsoft.AspNetCore package errors after a dependency update
    Published on
    Authors
    koskila

    Fixing unexpected Microsoft.AspNetCore package errors after a dependency update

    This was a fun one! Suddenly, while running or debugging my ASP.NET Core 3.1 application, I started getting errors about missing assemblies, along the lines of "FileNotFoundException: Could not load file or assembly Microsoft.AspNetCore.Components.Forms". These DLL files were not required a minute earlier - nor did requiring them really make much sense in my mind - but there was a nonsensical, easy fix, so in the end, it was all good! But let's go through this thing in order.
Whitewater Magpie Ltd.
© 2026
Static Site Generation timestamp: 2026-02-03T09:01:56Z