-
Hi,
Objects inheriting from DynamicObject end up rendered as empty models.
For example If I have a domain model:
```
public class FooBar : DynamicObject
{
public string Foo { get; s…
-
I am upgrading a project using `AppConfiguration` from .NET Framework 4.7.2 to .NET 8.0. After the upgrade, I get this pop-up:
![image](https://github.com/user-attachments/assets/91ada194-0d1d-4deb-9…
-
Hello
Will we ever be able to pass complex objects into and out of our API's ?
I have follow example:
```
var dataObj= {nameX: 'max monster',messageX: 'lorem ipsum...'};
async function…
-
We're beginning the adventure of migrating a large .NET Framework 4.7.2 application (200+ projects) to .NET 5. The plan is to migrate as many projects as possible to .NET Standard 2.0 before jumping t…
-
Hi Rick,
Can external references target netstandard or should they always target the same framework of the app they will be compiled and ran in? You can verify the behavior I'm seeing by when you …
-
We're using UrlEncodingParser as a replacement for HttpUtility.ParseQueryString (thank you!). One difference we've noticed is that when calling ToString on the returned NameValueCollection is that it …
-
I am attempting to upgrade my app to Core 3 and am running into [this](https://github.com/aspnet/AspNetCore/issues/12890) issue.
-
![](https://user-images.githubusercontent.com/48550657/95865108-8f7b9b80-0d66-11eb-97c5-e52360f196f8.png)
# **Hello World! by Polkadot**
**Gitcoin has integrated [Polkadot](https://polkadot.net…
-
I am working on a WPF app with dynamically added TabItems. Further I am attempting to follow MVVM concepts.
I have set up an example repo [Example WPF TabControl](https://github.com/darbid/WPFWebVi…
-
scott kennard