-
Compiler doesn't compile `Test1` when targeting net5-windows (>=.NETCore3)
```c#
#if NETCOREAPP2_0_OR_GREATER
class Test1
{
}
#endif
#if NETCOREAPP3_0_OR_GREATER
class Test2
{
}
#en…
-
I am not 100% sure, since I am just quickly reading source code and not digging into exact bits as much as I would want before filing this, (may edit more later after feedback) but it seems you aren't…
-
HttpTrigger works incorrectly in the following conditions:
* Azure Functions v3
* TargetFramework: netcoreapp3.1
* `Microsoft.NET.Sdk.Functions` version `3.0.2`
* Code:
```
[FunctionName…
-
I've just migrated my functions from netcore3.1 V3 to net6.0 V4.
They are simple functions that use an Azure Storage Queue trigger.
Back in .netcore3.1 I was integration testing my functions (end…
-
После выпуска 1.50 попытался обновить зависимости.
Известные проблемы:
- System.Interactive.Async не удалось обновить, т.к. в текущей версии собственный IAsyncEnumerable, что транзитивно доставля…
-
upgraded a project from .netcore 3.1 to .net6. After upgrading some tests are failing with error System.InvalidProgramException : Cannot create boxed ByRef-like values.
Error Message: System.Invali…
-
这个问题真的太奇怪了,我使用nuget包或引入源码到项目都出现下面这个问题
![image](https://user-images.githubusercontent.com/15921032/117579878-99f8ea80-b127-11eb-93a0-251afc96131d.png)
![image](https://user-images.githubusercontent.c…
-
The package now targets both netstandard2.0 and netstandard2.1. Credits to MerijnDejonge
-
@rockfordlhotka I tested a very strange question
I tested a very strange question
Running environment: WPF netcore3.0 csla5.0.1
Problem description: set the ClientContext value in the WPF start w…
-
Hi Jon,
I just started reading this book. Really appreciate the detailed explanations on EFCore. I've downloaded the entire source code for Chapter 2 but unable to compile in VS 2019, .NET Core 3.1…