Mike Schweitzer

Results 5 issues of Mike Schweitzer

## 1. Title AWS::CodePipeline::Pipeline-Add Arn as a Return Value ## 2. Scope of request When you want to reference the arn of a Pipeline, you have to manually construct it...

dev tools

**Summary** * Fix incorrect/incomplete Addressables coverage * Improve Rider, VS, and VS Code patterns * Add Windows and Mac generated files * Add Mono crash files * Add TestRunner package...

Hi there! Thank you @endel for this repo. I wasn't super keen on being required to use `async/await` nor having to put `#if !UNITY_WEBGL || UNITY_EDITOR` in calling code, so...

Mono has a bug where no ssl validation callbacks are called for WebSockets. References: * https://issuetracker.unity3d.com/issues/mono-secure-websockets-connection-setup-with-a-self-signed-certificate * https://stackoverflow.com/questions/60468250/system-net-websocket-clientwebsocket-with-self-signed-certificate * https://github.com/mono/mono/issues/8660 * https://forum.unity.com/threads/how-to-allow-self-signed-certificate.522183/ May need to replace usage of [ClientWebSocket](https://learn.microsoft.com/en-us/dotnet/api/system.net.websockets.clientwebsocket?view=netstandard-2.1) with...

enhancement

* Reconcile the MDN and MS close status documentation * https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent/code * https://learn.microsoft.com/en-us/dotnet/api/system.net.websockets.websocketclosestatus * Add `public WebSocketCloseCode CloseCode { get; private set; }`

enhancement