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
Product and Version Used:
Roslynator 4.5.0, Visual Studio 17.7.3, tested on NET 7 and Framework 4.7.2
Steps to Reproduce:
Create a method with any of the OnSerialized/OnDeserialized/OnSeriailizing/OnDeserializing attributes that require StreamingContext as a parameter.
Actual Behavior:
Gives the unused parameter message.
Expected Behavior:
Should not give the unused parameter message because the parameter is required.
This seems to have occurred before (#276, #281) but they seem to be just slightly different.
The text was updated successfully, but these errors were encountered:
Product and Version Used:
Roslynator 4.5.0, Visual Studio 17.7.3, tested on NET 7 and Framework 4.7.2
Steps to Reproduce:
Create a method with any of the
OnSerialized
/OnDeserialized
/OnSeriailizing
/OnDeserializing
attributes that requireStreamingContext
as a parameter.Actual Behavior:
Gives the unused parameter message.
Expected Behavior:
Should not give the unused parameter message because the parameter is required.
This seems to have occurred before (#276, #281) but they seem to be just slightly different.
The text was updated successfully, but these errors were encountered: