-
The types generated are not implementing INotifyPropertyChanged.
Example on .net:
```
public partial class MyEntity : ... System.ComponentModel.INotifyPropertyChanged {
...
[Syste…
-
# Robust dependency management
Participants: @hsyed-dojo and @tomdegoede
Reviewers: @purkhusid
Dependency management is arguably the most complex aspect of managing a Bazel build at scale. A d…
-
I am using the latest version of obfuscar , and created a test app to check the obfuscation.
I am using Stream class and used IDisposable interface for some of the classes to test the behaviour . bu…
-
Initial PR to add support: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/pull/3262
- [x] Add Android and iOS support first
- [x] Fix the CI build as well
- [x] Manual tes…
-
Get the following exception with EFCore 6 preview 2. BulkExtensions works fine with EFCore 6 preview 1 (as far as I can see so far).
I know you haven't tested/updated for EFCore 5 yet, let alone 6,…
-
Copied from [here:](https://stackoverflow.com/questions/52726258/the-mars-tds-header-contained-errors-asp-net-core-ef-core-2-1-4-azure-sql)
I have an ASP.NET Core app [Microsoft.AspNetCore.App …
-
- Dotnet version: [netcore2,]
- Database: [SQL Server]
- Library version: [6.3.11]
I have the User entity
`
public class User
{
public Guid Id { get; set; }
public Li…
-
Hi there! 👋
I'm trying to migrate my code from v12.x to v23, and having trouble with this code:
```
private class MyMap : ClassMap
{
public MyMap()
{
Map(x => x.SomeEnum)
…
-
Drop
* net462
* netstandard2.0
* netcoreapp3.0
* netcoreapp2.2
* netcoreapp2.1
* net5.0
* netstandard2.1
* netcoreapp3.1
And only support
* net472+
* net6+
-
We are using below nuget packages for our WebAPI project. Since .NET Core 2.1 support has been end, as per our organization policy we are suppose to remove the .NET Core 2.1 runtime from the server as…