You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically this isn't ical.net's fault -- it's an issue with .NET Standard, but... Consuming v4 in a WPF application is really terrible:
Could not load file or assembly 'System.Reflection.TypeExtensions, Version=4.0.0.0 or one of its dependencies. The located assembly's manifest definition does not match the assembly reference
...even though System.Reflection.TypeExtensions is listed as a dependency in the nuspec file.
Terrible. Maybe this can be better.
The text was updated successfully, but these errors were encountered:
Technically this isn't ical.net's fault -- it's an issue with .NET Standard, but... Consuming v4 in a WPF application is really terrible:
...even though
System.Reflection.TypeExtensions
is listed as a dependency in the nuspec file.Terrible. Maybe this can be better.
The text was updated successfully, but these errors were encountered: