punkouter2022

Results 13 issues of punkouter2022

I have a form and I am submitting files so I use IFormFile. But to follow the pattern I would need to put that in the application layer. How would...

Severity Code Description Project File Line Suppression State Error Missing binding C:\Users\MHerb\Downloads\aspnetcore-angular2-universal\node_modules\node-sass\vendor\win32-x64-59\binding.node Asp2017 C:\Users\MHerb\Downloads\aspnetcore-angular2-universal\Module build failed 1 Error Missing binding C:\Users\MHerb\Downloads\aspnetcore-angular2-universal\node_modules\node-sass\vendor\win32-x64-59\binding.node Asp2017 C:\Users\MHerb\Downloads\aspnetcore-angular2-universal\Module build failed 1 Error MSB3073 The command...

Using the pattern here I am trying to seed an ibject that contains another collection... Details here.. Any help is grat.. Meanwhile Ill try removing all the EntityBase stuff to...

bug

So I have Normal entity which always includes public abstract class Entity : EntityBase { public DateTime CreatedOn { get; set; } public string CreatedBy { get; set; } }...

Are you switching to the method you used in the realworld app for DI? Which is preferred ? What is the reasoning ? The best I can understand is mediator...

I have a function written in the application layer so I want to test it and test the data it gets back. But it seems the Application layer you mock...

just wondering. I like this reference and hoping it stays up to date.

And instead using the todo component ? I would think you would want to use the Customer as a sample CRUD screen

When trying self contained Severity Code Description Project File Line Suppression State Error Assets file 'C:\Users\punko\Source\Repos\blazor-workshop2\save-points\08-templated-components\BlazingPizza.Client\obj\project.assets.json' doesn't have a target for '.NETStandard,Version=v2.0'. Ensure that restore has run and that you...

I can't find it anywhere. There must be something that deserializes that data but I can't find where it is at.