python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Unable to resolve service for type 'Microsoft.EntityFrameworkCore.Storage.TypeMappingSourceDependencies'
When I'm trying Add-Migration, following error was occurred.
I'm using,
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
...

Naveen Nagarajan
Votes: 0
Answers: 2
Call SOAP service from .Net Core 6 without adding Service Reference
I am working on a website using .Net Core 6 and I need to communicate with a 3rd party SOAP service.
If I add a reference using a "Service Reference" it causes the solution to restore / incl...
GordonS
Votes: 0
Answers: 0
How to instantiate a class that implements dependency injection?
I am getting the handle on .NET Core 6 and I am stuck. I am using AutoMapper and I have dependency injection set up.
My implementation:
public class LSif : ISif
{
private readonly DataContext _db;...

HerGiz
Votes: 0
Answers: 1
Azure SignalR Service 403 after publishing to Azure
I've recently started experimenting with the .Net Core 6 Blazor server chat app using signalR. I was able to get the sample app to work locally. However, migrating the app to Azure SignalR service w...
BSizzle
Votes: 0
Answers: 2