C. Augusto Proiete

Results 119 issues of C. Augusto Proiete

@RehanSaeed As per our conversation over email. Took me a little while to get to this one but here it is :smile:

template/GraphQL
template/API
template/Orleans

_Originally discovered and [reported](https://github.com/cake-contrib/Cake_Git/issues/151) by @savornicesei in the [Cake.Git](https://github.com/cake-contrib/Cake_Git) project_. --- ### Reproduction steps - Create a Console app targeting .NET Framework 4.6.1 - Add the NuGet packages below to...

The [dotnet-try](https://www.nuget.org/packages/dotnet-try/) package has been unlisted on nuget.org, but it doesn't suggest to the user that they should use [Microsoft.dotnet-try](https://www.nuget.org/packages/Microsoft.dotnet-try/) as the alternative, which gives the impression that the project...

**Type**: Question **NPE version**: 5.10.21+6a2d01cb3f **OS version**: Windows 10 **Installed from**: Zip on GitHub I'm keen to develop a plugin for NuGet Package Explorer and couldn't find a `NuGetPackageExplorer.Types` package...

### Discussed in https://github.com/ookii-dialogs/ookii-dialogs-wpf/issues/12#issuecomment-733567493 Originally posted by **vpenades** November 25, 2020 The use case most of the times is going to be background tasks initialized with an Object value that...

enhancement
help wanted
hacktoberfest
up-for-grabs

Spin-off of https://github.com/ookii-dialogs/ookii-dialogs-wpf/issues/48 If you attempt to call `ShowDialog` on a `TaskDialog` that you haven't added any buttons to, the call to `ShowDialog` will throw an `InvalidOperationException`. Example: ```csharp var...

enhancement
help wanted
good first issue
hacktoberfest
up-for-grabs

The [Windows Forms](https://github.com/ookii-dialogs/ookii-dialogs-winforms) flavor of Ookii Dialogs has an [input dialog ](https://github.com/ookii-dialogs/ookii-dialogs-winforms#input-dialog)that can be used to prompt the user for a single piece of text. Its functionality is reminiscent of...

enhancement
help wanted
hacktoberfest
up-for-grabs

Allow users to easily open dialogs in different languages. The behavior should be the same as using the standard dialogs in Windows Forms. A possible [workaround](https://github.com/ookii-dialogs/ookii-dialogs-wpf/discussions/50#discussioncomment-1118627) for now is to...

enhancement
help wanted
hacktoberfest
up-for-grabs

Now that we are using the SDK-style with multi-targeting and and have a good build pipeline setup, it would be easy to generate separate NuGet packages for each of the...

enhancement
epic

Ookii Dialogs WPF and WinForms have a lot of code in common that is duplicated across two repositories (this one, and [ookii-dialogs-winforms](https://github.com/augustoproiete/ookii-dialogs-winforms)) which is harder to maintain and keep in...

epic