Steven T. Cramer
Steven T. Cramer
Error 970 The type or namespace name 'roundhouse' could not be found (are you missing a using directive or an assembly reference?) g:\Plastic\JBogardContosoUniversity\src\IntegrationTests\LocalDbFactory.cs 7 11 IntegrationTests
According to https://msdn.microsoft.com/en-us/library/hh510202(v=sql.120).aspx the name of SQL Express 2014 automatic instance is MSSQLLocalDB and not V12.0. I would recommend that the web.config shipped be updated to use this. More likely...
This would correspond with the code in the 01_helloWorld.html file in the repo.,
I created a Blazor Nuget for all the Simple-Icons this weekend and wanted to share it here for all fellow Blazor users. Thanks.
I have some code that takes a param that can be of TypeA or TypeB only. Not sure how to write a Guard for that. Thanks!
**Description** I enter the following command `docker compose --file docker-compose.yml --file docker-compose.azure.yml --verbose up` and I get no output at all.  **Steps to reproduce the issue:** 1. `docker compose...
I have been using Redux in React for a while now. In my C# code I consider a switch statement a code smell. I know they use them Redux but...
Uncaught Error: This browser does not support WebAssembly. at blazor.webassembly.js:1:42456 at c (blazor.webassembly.js:1:43072) at :1:20 at blazor.webassembly.js:1:43275 at new Promise () at Object.start (blazor.webassembly.js:1:37752) at blazor.webassembly.js:1:35786 at blazor.webassembly.js:1:33770 at Object.next...
Directory.Build.Props is ignored when attempting to determine the TargetFramework of a csproj file
### Bug Report - At what date and time did you most recently experience the problem? 2022-07-20 - Where did you experience the problem? E.g. Azure Web Apps, Azure Functions,...
When trying to create new certificate I populate the Authentication Settings and when I press next I get the following: System.ArgumentException: 'authority' should be in Uri format Parameter name: authority...