nikcio opened a new pull request, #716:
URL: https://github.com/apache/lucenenet/pull/716

   [Work in progress]
   
   This is a draft to investigate adding .NET 7 support to the project.
   
   I've added the .NET 7 framework to all places that had .NET 6.
   
   Issues:
   
   - [ ] `error CS0121: The call is ambiguous between the following methods or 
properties: 'J2N.Collections.Generic.Extensions.DictionaryExtensions.AsRead 
   Only<TKey, TValue>(System.Collections.Generic.IDictionary<TKey, TValue>)' 
and 'System.Collections.Generic.Collecti 
   onExtensions.AsReadOnly<TKey, 
TValue>(System.Collections.Generic.IDictionary<TKey, TValue>)'`
     This is a new extension in .NET 7 
([Link](https://learn.microsoft.com/da-DK/dotnet/api/system.collections.generic.collectionextensions.asreadonly?view=net-7.0&viewFallbackFrom=netstandard-1.4))
 We would need to figure out if the extension can be used as a replacement for 
the existing J2N version or how we'd like to proceed (Alter the code).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to