Sean Feldman

Results 432 comments of Sean Feldman

Cheering for this to happen in 2024 🤞

Why does the `` has to be removed? This ensured a consistent title for the web app across all the pages. ![image](https://github.com/dotnet/AspNetCore.Docs/assets/1309622/f71d3301-32b3-4e28-8b6a-5c59ec364a3d)

@guardrex, another missing guidance is about anti-forgery. The documentation shows half of what needs to be done, omitting the required `builder.Services.AddAntiforgery()` part ![image](https://github.com/dotnet/AspNetCore.Docs/assets/1309622/36082a12-fca2-4b4d-81d9-b453abd2047a)

This might be an issue for internal applications. Is there a way to specify a SAS token URI so that anonymous public read access doesn't have to be turned on?

I'll slightly re-phrase what @tomkerkhove has asked. Will the new repo be opened source and be available on GitHub prior to code completion? Thank you.

@ArchiFloyd are these the stesps to repro? 1. Create a subscription with a correlation filter (`Property1` == 47381) 2. Publish messages to the topic with the `Property1` set to 47381...

I suspect the filter is working with a string value rather than numeric. Send the property value as a string `"47381"` and you'll see it working. This _could_ be a...

Try [this](https://github.com/paolosalvatori/ServiceBusExplorer/blob/main/EventGridExplorer_README.md)

I think that was true when this support was added. Since then, EG v2 went out of preview, at least according to the [documentation](https://learn.microsoft.com/en-us/azure/event-grid/pull-delivery-overview). The library package is still at...

It looks like it's impacting any input control used with `DateTimeOffest`. In my case, I'm using `MudTextField` and it just fails to render anything.