We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RegisterScriptModule
I just noticed that all overloads of RegisterScriptModule are obsolete:
dotvvm/src/Framework/Framework/ResourceManagement/ResourceRepositoryExtensions.cs
Line 81 in 1b8d606
Is this correct? I would understand that the overload with the defer parameter is obsolete, but I do not see a reason with the other one.
defer
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Remove Obsolete attribute from RegisterScriptModule
79bd52c
this was most likely added by accided to both overload instead of only the following one. fixes #1887
Successfully merging a pull request may close this issue.
I just noticed that all overloads of
RegisterScriptModule
are obsolete:dotvvm/src/Framework/Framework/ResourceManagement/ResourceRepositoryExtensions.cs
Line 81 in 1b8d606
Is this correct?
I would understand that the overload with the
defer
parameter is obsolete, but I do not see a reason with the other one.The text was updated successfully, but these errors were encountered: