Forum member

gnewtzie

3 posts

Posts by gnewtzie

  1. Not seeing .net sdk versions below V9

    We have to specify it in the global.json because we have VS 2026 and the .NET 10 sdk installed on our machines but we haven't updated the projects to it yet. This caused build errors because it picks the wrong version of the assemblies (the .net 9 sdk versions specifically) Once we put the "versi…

  2. Not seeing .net sdk versions below V9

    The trace output for the process is as follows: You must install or update .NET to run this application. App: D:\Temp\10684\39\BH.Business.Common.Test\bin\Debug\net8.0\nCrunch.TaskRunner.DotNetCore.20.x64.dll Architecture: x64 Framework: 'Microsoft.AspNetCore.App', version '8.0.24' (x64) .NE…

  3. DataRow issue with MSTest 3

    This seems to be broke on MSTest 3.1.1 again.