-
When adding a value to a non-existing attribute of an entity CRM run-time throws entity doesn't contain attribute exception. This is missing. Fake Xrm easy updated the entity and adds the attribute to…
-
Currently the solution does not build on macOS and does not load in Visual Studio for Mac. This is because we are setting the target frameworks as net452 and netstandard1.5. When running the build.sh …
-
Hello,
Recently I started working with multiple concurrent requests and a part of their flow is to access the CQRSlite logic and save the data to my mongoDB read and write(event-store) databases.
…
-
I suggest we modernize the list of targeted frameworks in the upcoming 4.0 release. Currently, we support `net45`, `netstandard 1.3` and `netstandard2.0`
Some factors that lead me to think that we …
-
Hello,
There seems to be an issue with the framework targeting for the NuGet package.
If you look at the package on [NuGet](https://www.nuget.org/packages/BCrypt.Net-Next/) then it appears that th…
-
**Visual Studio Version**:
Version 16.4.5
**Summary**:
We recently migrated a .NET Framework WPF application to SDK-style projects and I encountered the following behavior.
**Steps to Rep…
anlau updated
4 years ago
-
Things are moving fast now in .NET; which version or versions should we target?
* https://dotnet.microsoft.com/download/dotnet-core
* https://dotnet.microsoft.com/download/dotnet-framework
Do w…
-
1. Open Roslyn at c2e6d3a5189680a99b283e0eb81a26a813f5e755
2. Open Roslyn.sln
3. Build 3 times
Expected: 3rd time every project to be up-to-date
Actual: 164 projects are built, only 2 are up-to…
-
## Expected Behavior
When calling any of the asynchronous methods on `RestClient` (like `ExecuteTaskAsync`) with a user-provided `CancellationToken` the resulting `TaskCancelledException`'s `Cancella…
-
## Expected Behavior
I have a webservice running behind an NGINX-Ingress controller exposing a REST api but it seems like my application hits the default website not the actual API - when i test with…