Alberto Monteiro

Results 24 comments of Alberto Monteiro

Also email validation break SRP. Email should not check if string is null or empty, because it is responsability of NotEmpty validation. Using saripaar I cant have a not required...

@happydr0id thanks, but I am busy with other oss projects.

@ismaelgasparin can you share your ideia how would you implement this?

Very nice @ismaelgasparin go ahead!!!

@ViRuSTriNiTy you are my hero, this is awesome man, worked flawlessly to me too

Thanks for the insight @AlexVallat I've made a simple change to be able to verify logged errors with that version ```csharp public abstract class MockLogger : ILogger { void ILogger.Log(LogLevel...

You can use [AsNoTracking](https://msdn.microsoft.com/en-us/library/gg679352%28v=vs.103%29.aspx) method to always hit database ignoring cache ``` DbExtensions.AsNoTracking Method (IQueryable) Entity Framework 5.0+ Returns a new query where the entities returned will not be cached...

My current workaround is using dotnet format tool to do this. I really hope that could be handled by this extension

The PR #585 did not fix it at all, I use [Directory.Build.props](https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2022#directorybuildprops-and-directorybuildtargets) in my root test folder, there is the `true`, but since the code just look into the csproj...