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

Statically bind invocations in presence of dynamic arguments only for local functions #73314

Merged
merged 8 commits into from
May 7, 2024

Merge remote-tracking branch 'dotnet/main' into Issue72750_NoStaticBi…

0988740
Select commit
Loading
Failed to load commit list.
Merged

Statically bind invocations in presence of dynamic arguments only for local functions #73314

Merge remote-tracking branch 'dotnet/main' into Issue72750_NoStaticBi…
0988740
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded May 3, 2024 in 0s

.NET Result Analysis

Details

All checks completed

[roslyn-CI]

[roslyn-integration-CI]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

roslyn-CI / Windows_Release_Desktop / Test_Windows_Desktop_Spanish_Release_64 / Run Unit Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌(NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed
    ❌PowerShell exited with code '1'.

roslyn-CI / Correctness / Correctness_Rebuild / Run BuildValidator

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(5596,5): error MSB3501: (NETCORE_ENGINEERING_TELEMETRY=Build) Could not read lines from file "D:\a\_work\1\s\artifacts\obj\SemanticSearch.ReferenceAssemblies\Release\net8.0\SemanticSearch.ReferenceAssemblies.csproj.FileListAbsolute.txt". The process cannot access the file 'D:\a\_work\1\s\artifacts\obj\SemanticSearch.ReferenceAssemblies\Release\net8.0\SemanticSearch.ReferenceAssemblies.csproj.FileListAbsolute.txt' because it is being used by another process.

Non-Deterministic Test Failures Detected

Microsoft.VisualStudio.LanguageServices.UnitTests_61.WorkItemExecution [Console] [Details] [Artifacts] [20.00% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

Failing Configuration

Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel.VisualBasic.RootCodeModelTests.TestCodeTypeFromFullName_Generated_NonGenerated [Console] [Details] [Artifacts] [0.85% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.NullReferenceException : Referencia a objeto no establecida como instancia de un objeto.
CallStack
   en Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.CodeModelProjectCache.GetOrCreateFileCodeModel(String filePath) en /_/src/VisualStudio/Core/Impl/CodeModel/CodeModelProjectCache.cs:línea 84
   en Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.ProjectCodeModelFactory.GetOrCreateFileCodeModel(ProjectId id, String filePath) en /_/src/VisualStudio/Core/Impl/CodeModel/ProjectCodeModelFactory.cs:línea 234
   en Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.AbstractCodeModelService.TryGetElementFromSource(CodeModelState state, Project project, ITypeSymbol typeSymbol, CodeElement& element) en /_/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.cs:línea 613
   en Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.AbstractCodeModelService.CreateCodeType(CodeModelState state, ProjectId projectId, ITypeSymbol typeSymbol) en /_/src/VisualStudio/Core/Impl/CodeModel/AbstractCodeModelService.cs:línea 284
   en Microsoft.VisualStudio.LanguageServices.Implementation.CodeModel.RootCodeModel.CodeTypeFromFullName(String name) en /_/src/VisualStudio/Core/Impl/CodeModel/RootCodeModel.cs:línea 149
   en EnvDTE80.CodeModel2.CodeTypeFromFullName(String Name)
   en Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel.AbstractRootCodeModelTests._Closure$__9-0._Lambda$__0(CodeModel2 rootCodeModel) en /_/src/VisualStudio/Core/Test/CodeModel/AbstractRootCodeModelTests.vb:línea 83
   en Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel.AbstractRootCodeModelTests.TestRootCodeModel(XElement workspaceDefinition, Action`1 action) en /_/src/VisualStudio/Core/Test/CodeModel/AbstractRootCodeModelTests.vb:línea 16

Was this helpful? Yes No