Asaf Madari

Results 8 comments of Asaf Madari

@sdudnic This test requires running an smtp server. Use: ```shell docker run --name=papercut -p 25:25 -p 37408:37408 jijiechen/papercut:latest ``` This will setup an smtp server on your docker host. Run...

@savornicesei The problem with all forks is [maintenance](https://github.com/AwesomeAssertions/AwesomeAssertions?tab=readme-ov-file#maintenance), often most forks are not maintained, that’s why I guess Shouldly is the better option.

@ardalis Hey Ardalis, Saw you tried to merge the pull request. The build fails because of System.Text.Json vulnerability. Do you need me to do anything with this pull request?

@ardalis , I have fixed the CS1591 (warning as error). 1. Do you want me to add a publish-smartenumguardclauses.yml file (using the same template you use for all publish ymls)?...

@ardalis Awesome. Added github-actions yml file for pipeline, and a readme file for this nuget with references to SmartEnum.

@ardalis Hey, any new on this PR?

Hey, I have read the original discussion. As I see it, there are a few options for implementing this: 1. Create a Guard folder with Guard class and interfaces, same...