openai / openai-dotnet

The official .NET library for the OpenAI API
https://www.nuget.org/packages/OpenAI/AbsoluteLatest
MIT License
722 stars 62 forks source link

Remove AllowUnsafeBlocks once no longer required #41

Open stephentoub opened 3 weeks ago

stephentoub commented 3 weeks ago

https://github.com/openai/openai-dotnet/pull/33 adds AllowUnsafeBlocks into the netstandard2.0 build in support of the polyfill for System.Net.ServerSentEvents. Once that polyfill is removed and a package reference added to System.Net.ServerSentEvents, the use of AllowUnsafeBlocks can be removed.