Skip to content

Getting Started with Azure Search using .NET

Compare
Choose a tag to compare
@VSC-Service-Account VSC-Service-Account released this 04 Mar 20:04
· 45 commits to master since this release
Remove "Format" property in SynonymMap constructor

I recently updated the NuGet packages in the project and it looks like SynonymMap now has a static "Format" property so attempting to use this static property in the constructor, as shown in the sample code here, will result in a compilation error "Static field or property 'SynonymMap.Format' cannot be assigned in an object initializer". This property has "solr" assigned to it as its default value anyway so removing it from the constructor ensures we get a successful build.