BigFont Blog
  • Home
  • About
  • Bibliography (Work)

asp.net-core

A collection of 5 posts

asp.net-core

TagHelper Structure

This is some rendered output in the browser. In HTML that looks like this. <p>PreElement.SetHtmlContent(string) <ul class="small text-primary"> <li>PreContent.SetHtmlContent(

  • Shaun Luttin
    Shaun Luttin
1 min read
asp.net-core

Ubuntu 16 in Hyper-V on Windows 10 with .NET Core

These steps worked and took fewer than 30-minutes. Turn on Hyper-V in Windows features. Create a new Virtual Machine (VM). Create a new Virtual Switch. Connect the VM to the Virtual Switch. Connect

  • Shaun Luttin
    Shaun Luttin
1 min read
asp.net-core

Use PowerShell to inspect project.json properties across directories

Get the Member: Inspect buildOptions: dir -Recurse project.json | % { gc -Raw $_ | convertfrom-json | gm buildOptions } Inspect runtimes: dir -Recurse project.json | % { gc -Raw $_ | convertfrom-json | gm buildOptions } Select the Member: Inspect buildOptions: dir -Recurse project.

  • Shaun Luttin
    Shaun Luttin
1 min read
swashbuckle

info.title is missing when running from a LIVE app but not from localhost

Problem We receive the following Swagger validation error after publishing to an Azure Web App. We do not receive the error when running locally in IIS Express from Visual Studio. "messages"

  • Shaun Luttin
    Shaun Luttin
1 min read
asp.net-core

Swashbuckle.SwaggerUi with OpenIddict and Bearer Tokens

It addition to its basic setup, Swashbuckle for ASP.NET Core needs an OAuth2Scheme that tells it how to obtain an access token. services.AddSwaggerGen(options => { options.AddSecurityDefinition( "OpenID Connect"

  • Shaun Luttin
    Shaun Luttin
1 min read
BigFont Blog © 2022
Latest Posts Ghost