Chris Hamons
                                            Chris Hamons
                                        
                                    I did some looking and I've isolated two test cases: ``` public typealias ManagedObject = NSManagedObject public struct Query { public init() {} public func makeIterator() -> QueryIterator { return...
I've been reassigned to another team. @dalexsoto or @stephen-hawley may have more information for you.
Thanks for interest in building this project. Can you please provide a full build log?
@jckarter - Is there a supported way to invoke closures in a way we need without digging into implementation details here? If not, can we request one be added? Steve...
FYI @stephen-hawley
I am hitting this as well. Doing some digging, it looks like we're trying to get the version from dotnet https://github.com/OmniSharp/omnisharp-roslyn/blob/master/src/OmniSharp.Host/Services/DotNetCliService.cs#L133 and then reporting the error here: https://github.com/OmniSharp/omnisharp-roslyn/blob/c6f1e848202d7fff16d52b81496b6980b436952d/src/OmniSharp.Abstractions/SemanticVersion.cs#L569-L584 This is...
I just tested this with the pre-release https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.25.0 No luck. However, I was able to find a work around, I had a global.json in the test directory setting: ``` {...
@LukeMathWalker - I'd like suggest this issue be reopened. I just ran into this today while finishing up chapter 10, so it still seems to be an issue. I tried...
I'm looking into using the docker registry along with github's CI to resolve this (build images on GH not DI). If I get something working, I'll post details here.
Here is the workflow that works for me: https://gist.github.com/chamons/654f005caf2318db7a0f818a3c33fe2d You'll obviously need to replace `caffeinated-gorilla` registry name the app name `zero-2-prod`, and the tag to fit your configuration. You have...