Skip to content

Instantly share code, notes, and snippets.

@ryanhatfield
ryanhatfield / dotnetlayout.md
Created October 24, 2015 03:11 — forked from davidfowl/dotnetlayout.md
.NET project structure
$/
  docs/
  src/
  tests/
  samples/
  artifacts/
  packages/
  build/
 lib/
@ryanhatfield
ryanhatfield / stacktrace.cs
Last active October 14, 2015 14:39 — forked from mjhlobdell/botboxes_500_errors_for_post.json
500 error for Botbox POST
at System.Nullable`1<long>.get_Value () <0x00056>
at (wrapper dynamic-method) object.lambda_method (System.Runtime.CompilerServices.Closure,Botlink.Core.Models.Identity.BotBox) <0x00055>
at FluentValidation.Internal.Extensions/<>c__DisplayClass1`2<Botlink.Core.Models.Identity.BotBox, long>.<CoerceToNonGeneric>b__0 (object) <0x00048>
at FluentValidation.Validators.PropertyValidatorContext.get_PropertyValue () <0x0003e>
at FluentValidation.Validators.PropertyValidator.Validate (FluentValidation.Validators.PropertyValidatorContext) <0x00074>
at FluentValidation.Internal.PropertyRule.InvokePropertyValidator (FluentValidation.ValidationContext,FluentValidation.Validators.IPropertyValidator,string) <0x00068>
at FluentValidation.Internal.PropertyRule/<Validate>d__10.MoveNext () <0x003f9>
at System.Linq.Enumerable/<CreateSelectManyIterator>c__Iterator12`2<FluentValidation.IValidationRule, FluentValidation.Results.ValidationFailure>.MoveNext () <0x0034f>
at System.Collections.Generic.List`1<FluentValidation.Results.Va