I hereby claim:
- I am jeroenheijmans on github.
- I am jeroenheijmans (https://keybase.io/jeroenheijmans) on keybase.
- I have a public key ASAzXzBDLZAU_aCj3dB_dN4cDqCTyka3DSPFCMK-0hMBxwo
To claim this, I am signing this object:
| /* | |
| SQL DDL scripts generated using | |
| dotnet ef database update | |
| for the IdentityServer4.Samples 6_AspNetIdentity quick start. This was run for | |
| commit 0a7400a2ade8c149b3feb08a05bf4423d19ac08c in that repository. It references | |
| - IdentityServer4.AspNetIdentity 2.0.0 including | |
| - Microsoft.AspNetCore.Identity (>= 2.0.1) |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "id": "5960b8fe99b1151dc82b6cb8", | |
| "name": "LPIC-1 101 Study Guide", | |
| "desc": "", | |
| "descData": null, | |
| "closed": false, | |
| "idOrganization": null, | |
| "invited": false, | |
| "pinned": false, | |
| "starred": false, |
| /* | |
| * Create a new Class Library and copy/paste this file over the class1.cs file. | |
| * | |
| * On Package Mananager Console: | |
| * | |
| * @("MSTest.TestFramework","MSTest.TestAdapter","EntityFramework") | foreach { Install-Package $_ } | |
| * | |
| * Run `sqllocaldb c soquestion` to create the instance. | |
| * Afterwards create database `TestDb` e.g. with SSMS on that instance. | |
| */ |
| /* | |
| * Create a new Class Library and copy/paste this file over the class1.cs file. | |
| * | |
| * On Package Mananager Console: | |
| * | |
| * @("MSTest.TestFramework","MSTest.TestAdapter","EntityFramework") | foreach { Install-Package $_ } | |
| * | |
| * Run `sqllocaldb c soquestion` to create the instance. | |
| * Afterwards create database `TestDb` e.g. with SSMS on that instance. | |
| */ |
| # Normal, colored prompt: | |
| #function Prompt | |
| #{ | |
| # $promptString = "PS " + $(Get-Location) + ">" | |
| # Write-Host $promptString -NoNewline -ForegroundColor Yellow | |
| # return " " | |
| #} | |
| # Posh-Git prompt | |
| function prompt { |
| using System; | |
| using System.ServiceModel; | |
| using System.ServiceModel.Description; | |
| using System.Threading.Tasks; | |
| namespace WcfMinimalTest | |
| { | |
| // WARNING! This minimal repro does no cleanup or error handling whatsoever!! | |
| // Loosely based on http://stackoverflow.com/a/7833188/419956 by @Anuraj |
| <# | |
| # It can be called like this: | |
| $url ="http://localhost:12345/home/upload" | |
| $form = @{ description = "Test 123." } | |
| $pwd = ConvertTo-SecureString "s3cr3t" -AsPlainText -Force | |
| $creds = New-Object System.Management.Automation.PSCredential ("john", $pwd) | |
| Get-ChildItem *.txt | Send-MultiPartFormToApi $url $form $creds -Verbose -WhatIf | |
| #> |
| namespace DoubleVsDecimal | |
| { | |
| using System; | |
| using NUnit.Framework; | |
| [TestFixture] | |
| public class RangeTests | |
| { | |
| static readonly decimal[] interestingDecimals = new decimal[] { | |
| decimal.MinValue, |
Run these on the crash dump to get a listing of all CLR threads at the moment of the dump.
.loadby sos clr
~*e!clrstack