billbogaiv / hybrid-model-binding

Provides the ability to bind models using both ModelBinder and ValueProvider in ASP.NET Core.
MIT License
104 stars 19 forks source link

When using any of the prerelease nuget packages 0.18.1.* a runtime error occurs #65

Closed drgrieve closed 1 year ago

drgrieve commented 1 year ago

FileNotFoundException: Could not load file or assembly 'HybridModelBinding, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

Using the latest code fixes several bugs, so it would be convenient to consume the nuget packages instead of compiling for each project.

drgrieve commented 1 year ago

Nevermind too early in the morning