-
Is there anyway to access a NSWAG Studio Log File? Because I am using this options http://imgur.com/a/be80L to generate my typescript but via command line I do not know how to do it. Is there anyway t…
Rui90 updated
7 years ago
-
Hi,
I have a solution that contains an ASP.NET Core Web API data end, and a Xamarin Portable XAML app (with Prism).
I'm looking at the manuals, but it's still hard for me to decide what way to t…
-
After reading [this](https://docs.microsoft.com/en-us/azure/app-service-api/app-service-api-dotnet-get-started#a-idcodegena-generate-client-code-for-the-data-tier) page, when trying to use this option…
-
I have create a config.nswag.
I execute
> nswag run config.nswag
It's >Done.
after webapi2swagger command and swagger2tsclient command, my .ts file it's loaded.
But I have a .ts with Jquery …
-
## What steps will reproduce this issue?
```xaml
```
**ViewModel binding:**
```
public DateTime? BoundryStartDate { get; set; }
public DateTime? BoundryEndDate { get; set; }
```
Whenev…
Nkmol updated
7 years ago
-
I notice that people can change their model (under entities) only with certain ragdolls, but when I try to do that, nothing happens... Argh! I can't replace my model with anything! What am I doing wro…
-
I am looking for recommendations (or fixes if need be) for rendering PDF's using native WPF controls, without unnecessarily inflating the application's memory footprint.
Testing environment:
- PDF is…
-
Problem: having to declare a backing field when adding custom logic to getter and/or setter of a property.
Current situation:
``` csharp
private string _name; //Only used by property.
public string…
-
Extend the language to allow the creation of generic properties. A generic property is all the logic and storage that a single property on a class may require. It encourages reuse and DRY. It is not a…
-
We would like to use immutable objects for our application pipeline but when creating forms we need a mutable wrapper. Currently we write out mutable classes so.
```
public class Person : ReactiveObj…