Anthony Mastrean

Results 65 issues of Anthony Mastrean

Chocolatey is trying to delete a backup folder. ``` PS> choco install apachedirectorystudio -f -y Chocolatey v0.9.9.8 Installing the following packages: apachedirectorystudio By installing you accept licenses for the packages....

bug

Gotta compile with Visual Studio v10 at ``` vs10/masscan.sln ``` https://github.com/robertdavidgraham/masscan

package

This looks hilarious, but also very complicated without an installer. There are Windows install instructions... https://github.com/mroth/lolcommits/wiki/Installing-on-Windows I'll have to figure out how to do a RubyGem install from inside an...

package

Is there any way to convert error keys from their C# property names to their JSON property names, as in MVC model validation? https://learn.microsoft.com/en-us/aspnet/core/mvc/models/validation?view=aspnetcore-8.0#use-json-property-names-in-validation-errors

enhancement

The [`EndOfStream`](https://github.com/WebApiContrib/WebAPIContrib.Core/blob/master/src/WebApiContrib.Core.Formatter.Csv/CsvInputFormatter.cs#L93) call in the CSV input formatter is [synchronous](https://github.com/dotnet/runtime/issues/98834) and causes the model binder to throw an exception due to [this breaking change](https://github.com/dotnet/aspnetcore/issues/7644). ``` System.InvalidOperationException: Synchronous operations are disallowed....