-
### Describe the bug
If a method creates an `ICacheEntry` and then starts asynchronous work (e.g. task, timer, or thread) before it commits the entry to a cache (by calling `Dispose`), then the async…
-
I understand that EF6 is no longer actively manitained, however this is an issue that occurs under .NET8 while the same version of EF6 (6.4.4) works as I expect under .NET Framework 4.8.
Migrating…
-
Hi!
After upgrading Umbraco to 12.3+ we started to see lock issues, at first we thought it was related to something in Core and it might be that they have made some changes that impacts this.
Ho…
-
### Description
After the migration from Xamarin Essentials to Maui Essentials we detect in AppCenter a crash when sending E-Mails. It is a `SIGABRT: net_uri_BadHostName` with the following Stacktrac…
-
_From @nevse on Fri, 23 Feb 2024 11:08:50 GMT_
### Steps to Reproduce
1. Launch any application via vscode with debugger.
2. Set breakpoint in some code that contains System.DateTime type
3. Hov…
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
12.2
### Bug summary
I don't know when this started, but it at least happens in 12.2. Umbraco doesn't wa…
-
### Description
When you use `GetOrCreateAsync` to get/create an object, it always calls the inner method and it seems **Get** is always returning _null_ as nothing will be saved in the cache. This c…
-
@MichalStrehovsky : now that it is possible with .NET 8 to run both the kestrel server and npgsql in reflection free mode (see https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks…
LLT21 updated
9 months ago
-
### Description
Exception on app resume on android, when pushing a modal page.
No exception on a similar scenario with xamarin forms.
This looks similar to https://github.com/xamarin/Xamarin.Fo…
-
I've been working on switching a ASP.NET Core Web API from using .NET 6 to .NET 8. This project is database first and uses Entity Framework (6 and 8 respectively) to scaffold the DBContext and models …