I can't quite figure out the root cause of why its failing, but found this working and broken cases for ToArray() on IEnumerable.
https:...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
9 results in 0.0040 seconds.
Keywords
Members
Tags
-
You can also choose from the popular tags.
-
ToArray() broken on some IEnumerables
- 5 posts
-
selinc started a topic Simple csproj (old format) doesn't work with linux bridge CLI (using docker image)in Bridge.NETSimple csproj (old format) doesn't work with linux bridge CLI (using docker image)
We have been trying to use the bridge CLI (docker image) for server CI builds.
The following are cases the cases of a project that was created...Last edited by selinc; 2018-10-22 @ 10:17 PM.
- 5 posts
-
Bridge.global "cannot read property <PROPERTY> of undefined"
Consider this Deck.NET example:
https://deck.net/c573f345024a1b1cf1331cb5b1608d4d
When calling a static, generic method located in...
- 3 posts
-
Simple csproj works in VS2017 but doesn't work with bridge cli
Our goal is to build in VS2017 as developers but have a Linux CI machine build with the bridge CLI.
But to even simplify things further we have...
- 9 posts
-
Script.Call is broken for any variable string
Something is broken with Script.Call when using any variable type for the string argument. (i.e. const, local or memeber variables).
Works:...
- 3 posts
-
[CLOSED] [#3502] Casting error/bug - May relate to invariance
The issue seems to be in the Bridgeis
function. It tries to validate the cast but for this path, it just validates it on object/string basis. Invariance...Last edited by geoffrey.mcgill; 2018-03-27 @ 11:12 PM.
- 7 posts
-
[CLOSED] [#3438] IReadOnlyList<T> - Missing variance operator out
IEnumerable correctly has the <out T> type. The IReadOnlyList needs to have this.
This incorrect variance is preventing us from compiling...Last edited by fabricio.murta; 2018-03-01 @ 12:22 AM. Reason: Bind github issue number to the thread.
- 10 posts
-
C# 7 feature causing error in compiler?
In Deck.NET it shows the error as I would expect (with red-underline)
https://deck.net/f7680b2edcde1d4ab36f488615606ab5
But in Visual...
- 3 posts
-
Runtime error when using Retyped.three (A WebGL library)
I've added the Retyped.three library via the package manager, but when I run the demo app, it cannot find the require function:
.../**
- 12 posts