Victorio Berra

Results 95 issues of Victorio Berra

### What problem did you meet? When a user logs in, they see the page that lets them set up MFA: https://logto.mysite.com/mfa-binding if they skip it, it appears they can...

feature-request

My razorpages code is as follows: ```csharp [BindProperty] public CreateTeamViewModel CreateTeamRequest { get; set; } = default!; public async Task OnPostAsync(CancellationToken cancellationToken) { var result = await this.validator.ValidateAsync(this.CreateTeamRequest!, cancellationToken); if...

Can conduit pull from a private registry? Like AWS ECR?

`dotnet new --install Electron.NET.Templates` `dotnet new electron-blazor`

Feature

Add RemoteIp to logs.

template/GraphQL
template/API
template/Orleans

https://www.nuget.org/packages/Microsoft.AspNetCore.ApplicationInsights.HostingStartup https://github.com/Dotnet-Boxed/Templates/blob/9952164cd4fc8c1a8ee38b959d008e99ce6bb0e0/Source/ApiTemplate/Source/ApiTemplate/ApiTemplate.csproj#L54

### Describe the bug From HealthCheckTest.cs ### Steps to reproduce 1. Create template, check tests. ### Expected behaviour No console errors. ### Template API ### .NET Boxed Version Lastest ###...

bug

### Describe the bug Set `true` in build props, the editor config will light up with errors. Use latest Visual Studio 17! ### Steps to reproduce 1. Set `true` in...

bug
template/API

### Describe the bug Generate a new template but set -xf to None (no XML formatters). Launch Swagger, make a POST request to cars. Change the JSON Model property to...

bug

### Describe the bug https://github.com/dotnet/aspnetcore/issues/45022#issuecomment-1319135290 I updated one of my projects to .NET 7 and started getting the following error: ``` Message:  System.IO.FileNotFoundException : Could not load file or assembly...

bug