-
Hello,
I have DbContext, all entities and migrations in separate project (.net standard class library) but I want to run 'dotnet ef database update' from asp.net core app. Project has reference and i…
-
```
builder.Services.AddControllers().AddJsonOptions(options => options.JsonSerializerOptions.AddContext());
```
```
namespace api.aot
{
//https://learn.microsoft.com/en-us/dotnet/stan…
-
```
dotnet ef --version
dotnet : No executable found matching command "dotnet-ef"
At line:1 char:1
+ dotnet ef --version
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (No exe…
-
I upgraded my "legacy" ASP.NET Core project (it's about 1 year old) to .NET Core 1.1. I think I was successful although it took a little wrangling. Certainly I can compile and run the project fine, an…
-
Please document that the analyzers and the procedure on this page only apply to web projects. If you are breaking up your web project into libraries for modularity (by using `` and ``), the analyzers …
-
## Environment data
`dotnet --info` output:
SDK DE .NET:
Version: 7.0.100-rc.2.22477.23
Commit: 0a5360315a
Entorno de tiempo de ejecución:
OS Name: Windows
OS Version: 10.0.19…
-
# Type of request: This is a ...
[X] bug report
[ ] feature request
# Detailed description
I am getting errors when running a C# lambda on dotnetcore3.1 that has been created using Amazon te…
-
This may possibly just corrupt the blob instead. @joeloff is investigating. We probably should prioritize fixing...
```
2021-08-11T22:57:06.4524916Z Attempt '1' for uploading chunk '20' of file 'B…
-
Using
- latest ASP.NET Core OData 8.0.12 (same issue with at least several lower minor versions),
- net6.0
- Asp NetCore Version 6.0.9
I'm unable to make Attribute routes work properly. Havi…
-
To classify images faster it would be helpfull to Predict on In-Memory imagedata (byte[]).
It would be very helpfull in for example my situation where i get images from a Azure Kinect camera, I now…