Osvaldo Calles

Results 57 comments of Osvaldo Calles

Hi @drewnoakes, I see that this still reproes when VS opens the Roslyn project. To reduce the repro steps I wanted to create a more simple project. I created a...

I noticed that when using Roslyn project, the cache file are not modified the first time you restart and open the solution. I see that sometimes it reproes after many...

Does not repro always. Using this simple project https://github.com/ocallesp/Repro7288 I found that during solution load some cache files are modified (we can detect this with git status). When the solution...

@drewnoakes, When a project is targeting many target frameworks, NET Project System might receive ProjectRestoreInfo containing only one target framework. This will cause Project System to do the restore for...

This issue is still open. The fix is quite complex since it requires changing Solution Explorer to allow CPS to apply file nesting to _only_ expanded folders.

Tests are failing because of this unit-test `ImportsMustMatchExportScope`

I would nice to see this sample code in the wiki page https://dev.azure.com/devdiv/DevDiv/_wiki/wikis/DevDiv.wiki/28503/Dataflows

Because I submitted a pr and all tests passed. After that I pushed another commit and I started to this error message. I removed the last change to go back...

The pr added two new properties to the NuGet assets cache file, so it will invalidate the old one. Please clean the solution and run NuGet restore.

> @ocalles You're getting build failures with these changes. > > ``` > (CoreCompile target) -> > D:\a\_work\1\s\src\Microsoft.VisualStudio.ProjectSystem.Managed.VS\ProjectSystem\VS\PackageRestore\PackageRestoreDataSource.cs(7,44): error CS0234: The type or namespace name 'Implementation' does not exist in...