-
### NuGet Product Used
Visual Studio Package Management UI
### Product Version
NuGet Client Dev\6.10.0.82
### Worked before?
It doesn’t repro on VS Main\34426.11 + NuGet Client Dev\6.9.…
-
When adding middleware to the tenant middleware pipeline, the forked `IApplicationBuilder` that is used for that pipeline, has its `ApplicationServices` the same as the parent app builder ApplicationS…
-
The below code, when run from browser or swagger, blocks until all data is returned, then displays
[HttpGet("Numbers")]
public IAsyncEnumerable Get()
{
return…
-
There are a couple of places where async void can be used by mistake in ASP.NET applications (and minimal APIs) and we should flag this and error with an analyzer:
- [ ] Startup.Configure/Configure…
-
表达式树没有对应的json字段查询
https://freesql.net/guide/expression-function.html
例如下图ExtraProperties字段为json存储,json里对应的字段为Cpu,Ram,Price三个动态字段
![image](https://github.com/user-attachments/assets/a0136868-65c8-…
-
Want to get xml answer from odata server on aspnet core.
### Assemblies affected
Microsoft.OData.Core 7.7.1
Microsoft.AspNetCore.OData 7.5.0
### Reproduce steps
I have old project wit…
-
Thanks for the library.
I have installed the nuget and followed the instruction as given in sample.
But whenever I am trying to run the project but I am getting **'45db8e65-d2de-44bc-b512-12750256d…
-
With previous version of the media bot SDK, the process running the SDK also needs to expose an HTTPS endpoint in order to receive notifications from the Microsoft Teams' servers regarding any updates…
-
`TagHelper`s now better understand `enum` values. This will break pre-existing MVC applications that have `TagHelper`s who have `enum` based attributes.
A great example of this is the validation summ…
-
Based on your post:
http://benfoster.io/blog/aspnet-identity-stripped-bare-mvc-part-1
The following raises `StructureMap.Building.StructureMapBuildException` with inner exception `Object reference…