You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Microsoft.Extensions test namespaces fail on windows with System.PlatformNotSupportedException : This API is specific to the way in which Windows handles asynchronous I/O, and is not supported on this platform.:
System.PlatformNotSupportedException : This API is specific to the way in which Windows handles asynchronous I/O, and is not supported on this platform.
Stack Trace:
_\src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.PlatformNotSupported.cs(25,0): at System.Threading.ThreadPoolBoundHandle.BindHandle(SafeHandle handle)
_\src\libraries\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.Win32.cs(74,0): at System.IO.FileSystemWatcher.StartRaisingEvents()
_\src\libraries\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.cs(639,0): at System.IO.FileSystemWatcher.StartRaisingEventsIfNotDisposed()
_\src\libraries\System.IO.FileSystem.Watcher\src\System\IO\FileSystemWatcher.cs(154,0): at System.IO.FileSystemWatcher.set_EnableRaisingEvents(Boolean value)
_\src\libraries\Microsoft.Extensions.FileProviders.Physical\src\PhysicalFilesWatcher.cs(378,0): at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.TryEnableFileSystemWatcher()
_\src\libraries\Microsoft.Extensions.FileProviders.Physical\src\PhysicalFilesWatcher.cs(134,0): at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.CreateFileChangeToken(String filter)
_\src\libraries\Microsoft.Extensions.FileProviders.Physical\src\PhysicalFileProvider.cs(336,0): at Microsoft.Extensions.FileProviders.PhysicalFileProvider.Watch(String filter)
_\src\libraries\Microsoft.Extensions.Configuration.FileExtensions\src\FileConfigurationProvider.cs(37,0): at Microsoft.Extensions.Configuration.FileConfigurationProvider.<.ctor>b__1_0()
_\src\libraries\Microsoft.Extensions.Primitives\src\ChangeToken.cs(72,0): at Microsoft.Extensions.Primitives.ChangeToken.ChangeTokenRegistration`1[[System.Action, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]..ctor(Func`1 changeTokenProducer, Action`1 changeTokenConsumer, Action state)
_\src\libraries\Microsoft.Extensions.Primitives\src\ChangeToken.cs(33,0): at Microsoft.Extensions.Primitives.ChangeToken.OnChange(Func`1 changeTokenProducer, Action changeTokenConsumer)
_\src\libraries\Microsoft.Extensions.Configuration.FileExtensions\src\FileConfigurationProvider.cs(36,0): at Microsoft.Extensions.Configuration.FileConfigurationProvider..ctor(FileConfigurationSource source)
_\src\libraries\Microsoft.Extensions.Configuration.Json\src\JsonConfigurationProvider.cs(21,0): at Microsoft.Extensions.Configuration.Json.JsonConfigurationProvider..ctor(JsonConfigurationSource source)
_\src\libraries\Microsoft.Extensions.Configuration.Json\src\JsonConfigurationSource.cs(22,0): at Microsoft.Extensions.Configuration.Json.JsonConfigurationSource.Build(IConfigurationBuilder builder)
_\src\libraries\Microsoft.Extensions.Configuration\src\ConfigurationBuilder.cs(52,0): at Microsoft.Extensions.Configuration.ConfigurationBuilder.Build()
_\src\libraries\Microsoft.Extensions.Hosting\src\HostBuilder.cs(199,0): at Microsoft.Extensions.Hosting.HostBuilder.BuildAppConfiguration()
_\src\libraries\Microsoft.Extensions.Hosting\src\HostBuilder.cs(131,0): at Microsoft.Extensions.Hosting.HostBuilder.Build()
_\src\libraries\Microsoft.Extensions.Hosting\tests\UnitTests\HostTests.cs(39,0): at Microsoft.Extensions.Hosting.HostTests.CreateDefaultBuilder_IncludesCommandLineArguments()
_\src\mono\netcore\System.Private.CoreLib\src\System\Reflection\RuntimeMethodInfo.cs(359,0): at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
The failing tests will be marked with ActiveIssue in #32592.
The text was updated successfully, but these errors were encountered:
Some
Microsoft.Extensions
test namespaces fail on windows withSystem.PlatformNotSupportedException : This API is specific to the way in which Windows handles asynchronous I/O, and is not supported on this platform.
:The example of the output:
The failing tests will be marked with
ActiveIssue
in #32592.The text was updated successfully, but these errors were encountered: