Menu

Close
  • Primary
Subscribe
BigFont Blog Menu

asp.net-core

A 4-post collection

Page 1 of 1

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 »

Shaun Luttin Shaun Luttin on asp.net-core, ubuntu, linux, windows-10, hyper-v, .net-core 28 October 2016

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 »

Shaun Luttin Shaun Luttin on asp.net-core, powershell 20 October 2016

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 »

Shaun Luttin Shaun Luttin on swashbuckle, swagger-ui, azure, asp.net-core, asp.net-core-mvc 17 October 2016

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 »

Shaun Luttin Shaun Luttin on asp.net-core, asp.net-core-mvc 15 October 2016
Page 1 of 1
BigFont Blog © 2018
Proudly published with Ghost