Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use System.Linq #25

Open
cezarypiatek opened this issue Nov 13, 2018 · 2 comments
Open

Cannot use System.Linq #25

cezarypiatek opened this issue Nov 13, 2018 · 2 comments

Comments

@cezarypiatek
Copy link

When I'm trying test code that depend on System.Linq I'm getting error:

[02:16:29.522] Running started.
[02:16:29.800] Script parsed.
[02:16:29.853] Script compilation into assembly assemblyName_636777153898003530.
[02:16:31.283] Script compilation failed: (3,14): error CS0234: The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)
(21,20): error CS0103: The name 'Enumerable' does not exist in the current context
(31,31): error CS1061: 'List<Test>' does not contain a definition for 'Where' and no extension method 'Where' accepting a first argument of type 'List<Test>' could be found (are you missing a using directive or an assembly reference?)
(37,31): error CS1061: 'List<Test>' does not contain a definition for 'Where' and no extension method 'Where' accepting a first argument of type 'List<Test>' could be found (are you missing a using directive or an assembly reference?).
[02:16:31.291] System.NullReferenceException: Odwołanie do obiektu nie zostało ustawione na wystąpienie obiektu.
   w Tune.Core.DiagnosticAssembly.Execute(String argument) w D:\a\1\s\src\Tune.Core\DiagnosticAssembly.cs:wiersz 54
   w Tune.UI.MVVM.ViewModels.MainViewModel.<RunAsync>d__96.MoveNext() w D:\a\1\s\src\Tune.UI.ViewModels\ViewModels\MainViewModel.cs:wiersz 285
[02:16:31.295] Running ended with success False
@kkokosa
Copy link
Owner

kkokosa commented Nov 13, 2018

You will be able to add references as soon as I will find time to review and accept #24 :)

@michasacuer
Copy link

@kkokosa any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants