-
### Describe the bug
*To me is a bug, because if running thru VS 2019 Community, it works ok, but if I run thru docker, it fails.*
The error is that the configuration setting `_configuration["Servic…
-
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…
-
# 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…
-
- 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…
-
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,…
-
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…
-
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 …
-
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+
-
## Repro
Dockerfile:
```Dockerfile
FROM mcr.microsoft.com/dotnet/core/sdk AS build
SHELL ["pwsh", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
R…