runtime icon indicating copy to clipboard operation
runtime copied to clipboard

NuGet restore failing with NullReferenceException

Open kunalspathak opened this issue 1 year ago • 11 comments
trafficstars

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=715438 Build error leg or test failing: Build / windows-x64 release CrossDac / Build product Pull request: https://github.com/dotnet/runtime/pull/103806

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorPattern": "NuGet.RestoreEx.targets.*: error : Object reference not set to an instance of an object.",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: :mag_right: https://dev.azure.com/dnceng-public/public/_build/results?buildId=715438 Error message validated: [NuGet.RestoreEx.targets.*: error : Object reference not set to an instance of an object.] Result validation: :white_check_mark: Known issue matched with the provided build. Validation performed at: 6/21/2024 3:51:17 PM UTC

Report

Build Definition Step Name Console log Pull Request
775106 dotnet/runtime Build native test components Log dotnet/runtime#106218
771952 dotnet/runtime Build product Log dotnet/runtime#106037
771634 dotnet/runtime Build Tests Log dotnet/runtime#105771
771585 dotnet/runtime Build managed test components Log dotnet/runtime#100294
770038 dotnet/runtime Build Tests Log dotnet/runtime#106153
769492 dotnet/runtime Copy native test components to test output folder Log dotnet/runtime#106118
769435 dotnet/runtime Generate test wrappers Log
767757 dotnet/runtime Build product Log dotnet/runtime#105783
767236 dotnet/runtime Build Tests Log dotnet/runtime#99596
767175 dotnet/runtime Build Tests Log dotnet/runtime#106013
767109 dotnet/runtime Generate test wrappers Log dotnet/runtime#106010
764645 dotnet/runtime Build Tests Log dotnet/runtime#104393
764341 dotnet/runtime Build Tests Log dotnet/runtime#105847
763750 dotnet/runtime Build product Log dotnet/runtime#105288
761874 dotnet/runtime Build Tests Log dotnet/runtime#105768
761747 dotnet/runtime Build Tests Log dotnet/runtime#105713
761539 dotnet/runtime Build product Log dotnet/runtime#105692
761410 dotnet/runtime Build Tests Log dotnet/runtime#105747
758507 dotnet/runtime Build Tests Log dotnet/runtime#105595

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 19

kunalspathak avatar Jun 21 '24 15:06 kunalspathak

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries See info in area-owners.md if you want to be subscribed.

Likely duplicate of https://github.com/dotnet/runtime/issues/103526

jkotas avatar Jun 21 '24 19:06 jkotas

Stacktrace of the crash:

 Object reference not set to an instance of an object. [D:\a\_work\1\s\Build.proj]
    at System.Collections.Generic.Dictionary`2.FindValue(TKey key) [D:\a\_work\1\s\Build.proj]
    at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value) [D:\a\_work\1\s\Build.proj]
    at System.ComponentModel.ReflectTypeDescriptionProvider.GetTypeData(Type type, Boolean createIfNeeded) [D:\a\_work\1\s\Build.proj]
    at System.ComponentModel.TypeDescriptor.DefaultTypeDescriptor.GetAttributes() [D:\a\_work\1\s\Build.proj]
    at System.ComponentModel.TypeDescriptor.GetAttributes(Type componentType) [D:\a\_work\1\s\Build.proj]
    at System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData.GetAttributes() [D:\a\_work\1\s\Build.proj]
    at System.ComponentModel.TypeDescriptor.DefaultTypeDescriptor.GetAttributes() [D:\a\_work\1\s\Build.proj]
    at System.ComponentModel.TypeDescriptor.GetAttributes(Type componentType) [D:\a\_work\1\s\Build.proj]
    at System.ComponentModel.ReflectTypeDescriptionProvider.ReflectedTypeData.GetConverter(Object instance, Boolean verifyIsRegisteredType) [D:\a\_work\1\s\Build.proj]
    at System.ComponentModel.TypeDescriptor.DefaultTypeDescriptor.GetConverter() [D:\a\_work\1\s\Build.proj]
    at System.ComponentModel.TypeDescriptor.GetConverter(Type type) [D:\a\_work\1\s\Build.proj]
    at Newtonsoft.Json.Serialization.JsonTypeReflector.CanTypeDescriptorConvertString(Type type, TypeConverter& typeConverter) [D:\a\_work\1\s\Build.proj]
    at Newtonsoft.Json.Serialization.DefaultContractResolver.CanConvertToString(Type type) [D:\a\_work\1\s\Build.proj]
    at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(Type objectType) [D:\a\_work\1\s\Build.proj]
    at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd(TKey key, Func`2 valueFactory) [D:\a\_work\1\s\Build.proj]
    at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) [D:\a\_work\1\s\Build.proj]
    at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) [D:\a\_work\1\s\Build.proj]
    at Newtonsoft.Json.JsonSerializer.Deserialize[T](JsonReader reader) [D:\a\_work\1\s\Build.proj]
    at NuGet.Packaging.NupkgMetadataFileFormat.Read(TextReader reader, ILogger log, String path) [D:\a\_work\1\s\Build.proj]
    at NuGet.Packaging.NupkgMetadataFileFormat.Read(TextReader reader, ILogger log, String path) [D:\a\_work\1\s\Build.proj]
    at NuGet.Packaging.NupkgMetadataFileFormat.Read(Stream stream, ILogger log, String path) [D:\a\_work\1\s\Build.proj]
    at NuGet.Packaging.NupkgMetadataFileFormat.<>c__DisplayClass6_0.<Read>b__0(FileStream stream, String nupkgMetadataFilePath) [D:\a\_work\1\s\Build.proj]
    at NuGet.Common.FileUtility.SafeRead[T](String filePath, Func`3 read) [D:\a\_work\1\s\Build.proj]
    at NuGet.Packaging.NupkgMetadataFileFormat.Read(String filePath, ILogger log) [D:\a\_work\1\s\Build.proj]
    at NuGet.Packaging.NupkgMetadataFileFormat.Read(String filePath) [D:\a\_work\1\s\Build.proj]
    at NuGet.Protocol.LocalPackageFileCache.<>c__DisplayClass9_0.<GetOrAddSha512>b__1() [D:\a\_work\1\s\Build.proj]
    at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) [D:\a\_work\1\s\Build.proj]
 --- End of stack trace from previous location --- [D:\a\_work\1\s\Build.proj]
    at System.Lazy`1.CreateValue() [D:\a\_work\1\s\Build.proj]
    at NuGet.Commands.LockFileBuilder.CreateLockFile(LockFile previousLockFile, PackageSpec project, IEnumerable`1 targetGraphs, IReadOnlyList`1 localRepositories, RemoteWalkContext context, LockFileBuilderCache lockFileBuilderCache) [D:\a\_work\1\s\Build.proj]
    at NuGet.Commands.RestoreCommand.BuildAssetsFile(LockFile existingLockFile, PackageSpec project, IEnumerable`1 graphs, IReadOnlyList`1 localRepositories, RemoteWalkContext contextForProject) [D:\a\_work\1\s\Build.proj]
    at NuGet.Commands.RestoreCommand.ExecuteAsync(CancellationToken token) [D:\a\_work\1\s\Build.proj]
    at NuGet.Commands.RestoreRunner.ExecuteAsync(RestoreSummaryRequest summaryRequest, CancellationToken token) [D:\a\_work\1\s\Build.proj]
    at NuGet.Commands.RestoreRunner.ExecuteAndCommitAsync(RestoreSummaryRequest summaryRequest, IRestoreProgressReporter progressReporter, CancellationToken token) [D:\a\_work\1\s\Build.proj]
    at NuGet.Commands.RestoreRunner.ExecuteAndCommitAsync(RestoreSummaryRequest summaryRequest, IRestoreProgressReporter progressReporter, CancellationToken token) [D:\a\_work\1\s\Build.proj]
    at NuGet.Commands.RestoreRunner.CompleteTaskAsync(List`1 restoreTasks) [D:\a\_work\1\s\Build.proj]
    at NuGet.Commands.RestoreRunner.RunAsync(IEnumerable`1 restoreRequests, RestoreArgs restoreArgs, CancellationToken token) [D:\a\_work\1\s\Build.proj]
    at NuGet.Commands.RestoreRunner.RunAsync(RestoreArgs restoreContext, CancellationToken token) [D:\a\_work\1\s\Build.proj]
    at NuGet.Build.Tasks.BuildTasksUtility.RestoreAsync(DependencyGraphSpec dependencyGraphSpec, Boolean interactive, Boolean recursive, Boolean noCache, Boolean ignoreFailedSources, Boolean disableParallel, Boolean force, Boolean forceEvaluate, Boolean hideWarningsAndErrors, Boolean restorePC, Boolean cleanupAssetsForUnsupportedProjects, ILogger log, CancellationToken cancellationToken) [D:\a\_work\1\s\Build.proj]

cc @steveharter

jkotas avatar Jun 21 '24 19:06 jkotas

Hit again in: https://dev.azure.com/dnceng-public/public/_build/results?buildId=728032&view=logs&j=a1e5d03d-3f6b-54a5-7792-bf65a0588cb6&t=67e8736e-0339-547f-63a6-bb9e4e553d48&l=104

jkotas avatar Jul 02 '24 21:07 jkotas

Tagging subscribers to this area: @dotnet/area-system-componentmodel See info in area-owners.md if you want to be subscribed.

@steveharter Could you please take a look? It is hit multiple times per day in the CI

jkotas avatar Jul 02 '24 21:07 jkotas

Re-opening for a few days to track any new hits after the fix; this fix needs to be available on the build machines. @ViktorHofer

steveharter avatar Jul 08 '24 17:07 steveharter

Re-opening for a few days to track any new hits after the fix; this fix needs to be available on the build machines. @ViktorHofer

We're still getting hits, but that appears to be from older SDK versions, e.g. .dotnet\sdk\9.0.100-preview.5.24307.3\NuGet.RestoreEx.targets. What needs to be updated where for the fix to propagate everywhere it's needed?

stephentoub avatar Jul 23 '24 21:07 stephentoub

We are on the Preview6 SDK in main now for 2 weeks: https://github.com/dotnet/runtime/commit/4a8aca8bc748888423686beeccd233ee2f6a9f76

I do see some folks still hitting this on preview6 https://dev.azure.com/dnceng-public/public/_build/results?buildId=767175&view=logs&j=f979b8ec-ebd4-511f-1076-61f8eccd76f8&t=4539cfc2-b7a3-5dcb-c27b-36c97fdb9947&l=5649

I see @steveharter's change https://github.com/dotnet/runtime/commit/670d11f4d30d16153a3f5a667b1bb5b5ced9e0c9 only went into Preview7.

We should try updating to Preview7 to see if that resolves these issues. Preview 7 update could happen next week.

ericstj avatar Aug 06 '24 15:08 ericstj

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries See info in area-owners.md if you want to be subscribed.

Preview7 PR to update SDK: https://github.com/dotnet/runtime/pull/106333

steveharter avatar Aug 13 '24 16:08 steveharter

Closing; the 7-day hit count had one hit, but appears unrelated:

2024-09-02T11:45:39.4477530Z   Restored /Users/runner/work/1/s/src/libraries/Microsoft.Extensions.Caching.Memory/src/Microsoft.Extensions.Caching.Memory.csproj (in 255 ms).
2024-09-02T11:45:39.4763880Z   Restored /Users/runner/work/1/s/src/libraries/Microsoft.Bcl.TimeProvider/src/Microsoft.Bcl.TimeProvider.csproj (in 272 ms).
2024-09-02T11:45:39.4951230Z   Restored /Users/runner/work/1/s/src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Microsoft.Extensions.Caching.Abstractions.csproj (in 301 ms).
2024-09-02T11:45:39.5382380Z   Restored /Users/runner/work/1/s/src/libraries/Microsoft.Bcl.Numerics/src/Microsoft.Bcl.Numerics.csproj (in 296 ms).
2024-09-02T11:45:39.5402710Z   Restored /Users/runner/work/1/s/src/libraries/Microsoft.Bcl.AsyncInterfaces/src/Microsoft.Bcl.AsyncInterfaces.csproj (in 263 ms).
2024-09-02T11:45:39.5813560Z   Restored /Users/runner/work/1/s/src/libraries/Microsoft.Bcl.Cryptography/src/Microsoft.Bcl.Cryptography.csproj (in 311 ms).
2024-09-02T11:45:39.6105820Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error : Object reference not set to an instance of an object. [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6107360Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.NoAllocEnumerateExtensions.OptimisticallyNonAllocatingEnumerable`1.Enumerator..ctor(IEnumerable`1 source) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6109290Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.PackageSpecificWarningProperties.AddRangeOfCodes(IEnumerable`1 codes, String libraryId, NuGetFramework framework) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6110610Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.PackageSpecificWarningProperties.CreatePackageSpecificWarningProperties(PackageSpec packageSpec) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6111680Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.RestoreCommand..ctor(RestoreRequest request) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6112540Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.RestoreRunner.ExecuteAsync(RestoreSummaryRequest summaryRequest, CancellationToken token) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6113010Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.RestoreRunner.ExecuteAndCommitAsync(RestoreSummaryRequest summaryRequest, IRestoreProgressReporter progressReporter, CancellationToken token) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6113570Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.RestoreRunner.CompleteTaskAsync(List`1 restoreTasks) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6114010Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.RestoreRunner.RunAsync(IEnumerable`1 restoreRequests, RestoreArgs restoreArgs, CancellationToken token) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6114520Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.RestoreRunner.RunAsync(RestoreArgs restoreContext, CancellationToken token) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6115210Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Build.Tasks.BuildTasksUtility.RestoreAsync(DependencyGraphSpec dependencyGraphSpec, Boolean interactive, Boolean recursive, Boolean noCache, Boolean ignoreFailedSources, Boolean disableParallel, Boolean force, Boolean forceEvaluate, Boolean hideWarningsAndErrors, Boolean restorePC, Boolean cleanupAssetsForUnsupportedProjects, ILogger log, CancellationToken cancellationToken) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6116010Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Build.Tasks.Console.MSBuildStaticGraphRestore.RestoreAsync(String entryProjectFilePath, IDictionary`2 globalProperties, IReadOnlyDictionary`2 options) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6207600Z ##[error].dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error : (NETCORE_ENGINEERING_TELEMETRY=Restore) Object reference not set to an instance of an object.
   at NuGet.NoAllocEnumerateExtensions.OptimisticallyNonAllocatingEnumerable`1.Enumerator..ctor(IEnumerable`1 source)
   at NuGet.Commands.PackageSpecificWarningProperties.AddRangeOfCodes(IEnumerable`1 codes, String libraryId, NuGetFramework framework)
   at NuGet.Commands.PackageSpecificWarningProperties.CreatePackageSpecificWarningProperties(PackageSpec packageSpec)
   at NuGet.Commands.RestoreCommand..ctor(RestoreRequest request)
   at NuGet.Commands.RestoreRunner.ExecuteAsync(RestoreSummaryRequest summaryRequest, CancellationToken token)
   at NuGet.Commands.RestoreRunner.ExecuteAndCommitAsync(RestoreSummaryRequest summaryRequest, IRestoreProgressReporter progressReporter, CancellationToken token)
   at NuGet.Commands.RestoreRunner.CompleteTaskAsync(List`1 restoreTasks)
   at NuGet.Commands.RestoreRunner.RunAsync(IEnumerable`1 restoreRequests, RestoreArgs restoreArgs, CancellationToken token)
   at NuGet.Commands.RestoreRunner.RunAsync(RestoreArgs restoreContext, CancellationToken token)
   at NuGet.Build.Tasks.BuildTasksUtility.RestoreAsync(DependencyGraphSpec dependencyGraphSpec, Boolean interactive, Boolean recursive, Boolean noCache, Boolean ignoreFailedSources, Boolean disableParallel, Boolean force, Boolean forceEvaluate, Boolean hideWarningsAndErrors, Boolean restorePC, Boolean cleanupAssetsForUnsupportedProjects, ILogger log, CancellationToken cancellationToken)
   at NuGet.Build.Tasks.Console.MSBuildStaticGraphRestore.RestoreAsync(String entryProjectFilePath, IDictionary`2 globalProperties, IReadOnlyDictionary`2 options)
2024-09-02T11:45:39.6582770Z 
2024-09-02T11:45:39.6587500Z Build FAILED.
2024-09-02T11:45:39.6587570Z 
2024-09-02T11:45:39.6588000Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error : Object reference not set to an instance of an object. [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6588560Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.NoAllocEnumerateExtensions.OptimisticallyNonAllocatingEnumerable`1.Enumerator..ctor(IEnumerable`1 source) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6589160Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.PackageSpecificWarningProperties.AddRangeOfCodes(IEnumerable`1 codes, String libraryId, NuGetFramework framework) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6589670Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.PackageSpecificWarningProperties.CreatePackageSpecificWarningProperties(PackageSpec packageSpec) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6590060Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.RestoreCommand..ctor(RestoreRequest request) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6590510Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.RestoreRunner.ExecuteAsync(RestoreSummaryRequest summaryRequest, CancellationToken token) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6590920Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.RestoreRunner.ExecuteAndCommitAsync(RestoreSummaryRequest summaryRequest, IRestoreProgressReporter progressReporter, CancellationToken token) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6591400Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.RestoreRunner.CompleteTaskAsync(List`1 restoreTasks) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6591770Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.RestoreRunner.RunAsync(IEnumerable`1 restoreRequests, RestoreArgs restoreArgs, CancellationToken token) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6592660Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Commands.RestoreRunner.RunAsync(RestoreArgs restoreContext, CancellationToken token) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6593900Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Build.Tasks.BuildTasksUtility.RestoreAsync(DependencyGraphSpec dependencyGraphSpec, Boolean interactive, Boolean recursive, Boolean noCache, Boolean ignoreFailedSources, Boolean disableParallel, Boolean force, Boolean forceEvaluate, Boolean hideWarningsAndErrors, Boolean restorePC, Boolean cleanupAssetsForUnsupportedProjects, ILogger log, CancellationToken cancellationToken) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6594560Z /Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.7.24407.12/NuGet.RestoreEx.targets(19,5): error :    at NuGet.Build.Tasks.Console.MSBuildStaticGraphRestore.RestoreAsync(String entryProjectFilePath, IDictionary`2 globalProperties, IReadOnlyDictionary`2 options) [/Users/runner/work/1/s/Build.proj]
2024-09-02T11:45:39.6594860Z     0 Warning(s)
2024-09-02T11:45:39.6594940Z     1 Error(s)

steveharter avatar Sep 03 '24 14:09 steveharter

Created this issue to track the above NuGet issue for OptimisticallyNonAllocatingEnumerable.Enumerator..ctor : https://github.com/dotnet/runtime/issues/107361

steveharter avatar Sep 04 '24 17:09 steveharter