-
I was wondering if this would work with other .Net Frameworks? We currently have many applications that are in the 4.x framework and would like to incorporate something like this. Would the entire a…
-
How can I use this 'wpdotnet' project as a component in the blazor project and have a page called blog that displays the 'wpdotnet' project?
For example www.example.com/blog
Someone can guide me
-
Hi,
We are currently working on a project with .Net 6, EF Core 6, Npgsql provider and AspNetCore.OData. There is still a problem with the Expression generation because the expression tree contains …
alc86 updated
5 months ago
-
When Bolero works in "server" mode there is a websocket connection and whenever I define a service
```fsharp
type BookService =
{
signIn : string * string -> Async
}
interfac…
-
Watching your stream, you mentioned people might have some javascript which depends on the html that webforms is creating. Does that mean that we should render the ID property in the html?
-
from @onovotny and copied from https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/issues/240
In the Microsoft.Identity.Web library, the system should automatically…
-
I would like to be able to access the file(s) that have been selected in the `InputFile` component from javascript to be able to do something like this:
`URL.createobjecturl(file)`
There is a lo…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
Given a Blazor component with Streaming Rendering enabled, everything works as expected. When…
-
# Feature: PurgeCSS
## History/Overview
I mentioned this on stream and you asked me to propose it as a feature. It seems especially relevant since you're using a mix of custom CSS and bootstrap. E…
-
### `bind-value-oninput` or `bind` does not work with `contenteditable` divs
### Bug Description
In the below code, the expectation is as and when I edit the div content I need to update the model…