Next Turn

Results 13 issues of Next Turn

As per https://github.com/retep998/winapi-rs/pull/956#issuecomment-733877457.

Don't you think it's ridiculous that when someone asks a question about one product everyone suggests another one? https://stackoverflow.com/questions/40846356/run-nginx-as-windows-service https://stackoverflow.com/questions/10061191/add-nginx-exe-as-windows-system-service-like-apache

help wanted
good first issue
discussion

Related issues: #325, #300 https://github.com/kohsuke/winsw/blob/04540f5b3ec19356104e8bec80c1f0eaafeef7ae/src/Core/ServiceWrapper/Main.cs#L422

documentation

WinSW 2 carries a logging framework so the binary is a bit larger. Also removes .NET 2 support. Who is using .NET 2 these days? Fixes #47 --- ## Bug...

I encountered some errors while trying to build a sample project with Visual Studio. ``` 1>cl : command line error D8016: '/ZI' and '/guard:cf' command-line options are incompatible 1>C:\Program Files...

question :grey_question:
needs triage :mag:
needs attention :wave:

## Describe the bug An exception was thrown in a UWP code path and crashed the application but I couldn't catch it with `try-catch` or `AppDomain.UnhandledException` and it didn't trigger...

bug :bug:
XamlIslands :desert_island:
waiting_product_group_triage

Fixes NETSDK1106 warnings. ## PR Type What kind of change does this PR introduce? Code style update (formatting) ## What is the current behavior? ## What is the new behavior?...

Closes #493 Moves the release pipeline to configuration-as-code. @oleg-nenashev I renamed GitHub service connections for matching, but you need to re-authorize yours later. ```yaml - ${{ if ne(variables['Build.RequestedForEmail'], '') }}:...

build-flow

We need a new logging configuration schema to cover issues listed in #424. ### Goals Simplicity and extensibility. Compatible with YAML. ### Current design ```xml debug .log true true 10...

discussion

## Steps to reproduce Build https://github.com/dotnet/docs/blob/cb0436d1b37f4e76c33fc6e6f6c8b7f48f062a5d/samples/snippets/visualbasic/VS_Snippets_CLR/conceptual.resources.locating/vb/locatingvb1.vbproj ## Actual behaviors When using Visual Studio the project builds successfully. When using `dotnet build` a generated .resources.cs file fails the build. See the...