L
L
LiptonOlolo2020-12-20 17:09:03
C++ / C#
LiptonOlolo, 2020-12-20 17:09:03

Why can't I create a custom parameter in the settings?

There is a conditional class:

namespace Unicorn.Client.Models
{
  public class WindowSettings
  {
    public int Value { get; set; }
  }
}


And when you try to add this class to the settings, the following message is displayed:
1riG1.png

WPF .Net Core 3.1
application In the .Net Framework application, this method worked, but for some reason there is no

ps in .Net core - I already tried Serializable, it did not help.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question