Description
/hello/world is not a valid assembly name, but is accepted as one in .NET 10
Reproduction Steps
new AssemblyName("/hello/world")
Expected behavior
System.IO.FileLoadException: The given assembly name was invalid.
Actual behavior
Returns an instance of AssemblyName
Regression?
In .NET 8 the parser would discard such a name.
Known Workarounds
No response
Configuration
No response
Other information
No response
Description
/hello/worldis not a valid assembly name, but is accepted as one in .NET 10Reproduction Steps
Expected behavior
System.IO.FileLoadException: The given assembly name was invalid.
Actual behavior
Returns an instance of
AssemblyNameRegression?
In .NET 8 the parser would discard such a name.
Known Workarounds
No response
Configuration
No response
Other information
No response