Closed
Description
Description
I have following code for options:
https://github.com/msmolka/ZNetCS.AspNetCore.IPFiltering/blob/c4f6d097351e2d40126cd4be67d506e4fae6b1b3/src/ZNetCS.AspNetCore.IPFiltering/OptionBase.cs
Above code works properly in version 7.0.0 and below
However after applying 7.0.1 patch it stopped working.
We had to change code to following:
Reproduction Steps
Grab repo at point:
https://github.com/msmolka/ZNetCS.AspNetCore.IPFiltering/tree/f60a40de740681ed58cbd9906dcf46466f7513e6
2 test are failing for .net 7.0 (only after applying patch). They are passing before applying 7.0.1 patch
Expected behavior
There are no braking changes in patch version
Actual behavior
Breaking changes in patch version
Regression?
it is working on version 7.0.0. and below
Known Workarounds
Configuration
No response
Other information
No response