question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Timeline on next release

See original GitHub issue

Right now code built with C# 8.0 / .NET Core 3.1 always gives the following error for code I’ve tried (tried all versions and a manual compile from source):

System.InvalidOperationException: No design time or full build available

FYI, I am in the process of developing a tool that will take Go code and convert it to C#: go2cs

dotnet-try would be perfect for this by doing head-to-head comparisons of original Go code and converted C# code:

HeadToHead

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:18 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
ritchiecarrollcommented, Jul 30, 2020

@jonsequitur

Here you go!!

This works:

'''cs --region source --source-file ./main.package.cs
'''

This does not:

'''cs --region source --source-file ./main_package.cs
'''

Only difference is an underscore in main project file name??!!

Doesn’t like underscores I guess…

1reaction
ritchiecarrollcommented, Jul 30, 2020

FYI - more complex examples that reference other project-level assemblies still fail with:

2020-07-30T19:40:09.8422992Z [MLS.Agent.Middleware.ExceptionFilter]  ❌ System.InvalidOperationException: No design time or full build available
   at WorkspaceServer.Packaging.Package.CreateRoslynWorkspace() in F:\workspace\_work\1\s\WorkspaceServer\Packaging\Package.cs:line 372
   at WorkspaceServer.Packaging.Package.ProcessFullBuildRequest(Budget budget) in F:\workspace\_work\1\s\WorkspaceServer\Packaging\Package.cs:line 351
   at WorkspaceServer.Packaging.Package.<SetupWorkspaceCreationFromBuildChannel>b__54_0(Budget budget) in F:\workspace\_work\1\s\WorkspaceServer\Packaging\Package.cs:line 309

However… These project assemblies also contain underscores in their names… If the issue is related.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to create a Releases timeline roadmap
Select Releases timeline roadmap from the left menu. Click Choose roadmap. Add releases to your roadmap. rtr4.gif. Click the blue + button to ......
Read more >
Timeline: Sneaker Release Calendar - GOAT
Timeline : Sneaker Releases ; Air Jordan 11 Retro 'Cherry'. Dec 10 2022. $245 ; Wmns Air Jordan 1 Low 'Ice Blue'. Nov...
Read more >
Product Updates – Office Timeline Add-in
What's new? Project Import compatibility updates. Version: 6.07.06. Release date: July 13, 2022 ...
Read more >
Upcoming Marvel Movies and TV: MCU Release Date ...
A bold new era for the Marvel Cinematic Universe began in 2021 on ... making him one of only two directors in MCU...
Read more >
All of the 'Avatar' Sequel Announcements: A Timeline - Vulture
July 23, 2020: … or not! Disney pushes all Avatar sequels back a year, giving Avatar 2 a new release date of December...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found