Steven T. Cramer
Steven T. Cramer
https://github.com/dotnet/Nerdbank.GitVersioning
https://www.nuget.org/packages/BlazorWasmPreRendering.Build/
I have the following task in azure dev-ops and it runs fine on a Linux agent but it hangs on Windows agent: ``` - task: Pulumi@1 condition: or(eq(variables['Build.Reason'], 'PullRequest'), eq(variables['Build.Reason'],...
https://developer.airbitz.co/edge-login-ui-web/ never logs in from Microsoft Edge Browser.
```console dotnet new blazorserver -n SplitterTest cd .\SplitterTest\ dotnet add package Toolbelt.Blazor.SplitContainer ``` Add the following to `_Imports.razor` ```razor @using Toolbelt.Blazor.Splitter ``` Change `Pages/Index.razor` to ```razor @page "/" Hello World...
1. Be able to stop aligning to the right. Here is a sample of how I like to format. ```razor ``` But currently the formatter will change this to the...
Context: https://github.com/dotnet/sourcelink/blob/main/README.md#using-source-link-in-net-projects States ``` If your project uses .NET SDK 8+ and is hosted by the above providers it does not need to reference any Source Link packages or set...
TimeWarp.Architecture/Documentation/Developer/Conceptual/ArchitecturalDecisionRecords/ProjectStructureAndConventions/ProjectStructureAndConventions.md Instead of separatefiles put all together in nested class
# 🐛 Bug Report When submitting a form via "Enter" in a FluentTextEdit the value is NOT updated before Submit. This is the result using FluentTextEdit  This is the...