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
I am sorry to say that 0.0.1.1 does not seem likely, because I am waiting on pamidur/aspect-injector#222 for a very long time now.
As it is now, 0.0.1.1 is not good enough to be released as a NuGet.
You can still download the solution and include the projects in your solution. You should probably update the NuGet packages that I used, because they are old now.
You can also right click on the project in Visual Studio 2022 and choose Pack to build a NuGet locally and include that in your solution.
EDIT:
The only real difference that 0.0.1.1 would bring is that you could have your razor files without these methods and it would still work:
protected override void OnParametersSet()
// or
protected override async Task OnParametersSetAsync()
// and
protected override void OnAfterRender(bool firstRender)
// or
protected override async Task OnAfterRenderAsync(bool firstRender)
This looks really cool!
Trying to implement it into my own Blazor Wasm project, but looks like the current 0.0.1.1 code is not released as a nuget.
Would it be possible to create a nuget with the current code?
Or maybe some instruction on how to build and use it locally in another project?
The text was updated successfully, but these errors were encountered: