See https://gist.github.com/rheone/37ce8d64a21b95c0b94911a7c35d58f2 for latest version
This Gist contains a personalized PowerShell setup that includes:
- A custom PowerShell profile script (
profile.ps1) - A custom Oh My Posh theme (
rheone.omp.json)
See https://gist.github.com/rheone/37ce8d64a21b95c0b94911a7c35d58f2 for latest version
This Gist contains a personalized PowerShell setup that includes:
profile.ps1)rheone.omp.json)| using System; | |
| using System.Collections.Generic; | |
| using System.Data.Common; | |
| using System.Linq; | |
| using System.Net; | |
| using System.Net.Sockets; | |
| using NHibernate; | |
| using NHibernate.Engine; | |
| using NHibernate.SqlTypes; | |
| using NHibernate.UserTypes; |
| using AutoMapper; | |
| using Xunit; | |
| namespace AutomapperIssue.ReadOnly | |
| { | |
| public class AutoMapperTests | |
| { | |
| [Fact] | |
| public void AutoMapperValueResolverSilentlyFailsToSetValueTest() | |
| { |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "children": [{ | |
| "children": [{ | |
| "children": [{ | |
| "children": [{ | |
| "children": [{ | |
| "children": [{ | |
| "children": [{ | |
| "children": [{ | |
| "children": [], |
| /// <summary> | |
| /// Based on | |
| /// http://blogs.msdn.com/b/yaohuang1/archive/2012/06/15/using-apiexplorer-to-export-api-information-to-postman-a-chrome-extension-for-testing-web-apis.aspx | |
| /// </summary> | |
| [RoutePrefix("api/postman")] | |
| public class PostmanApiController : ApiController | |
| { | |
| /// <summary> | |
| /// Produce [POSTMAN](http://www.getpostman.com) related responses | |
| /// </summary> |