-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
I'm running an ECMA2Yaml tool to convert content of the ./DotNetDoc/xml directory from the live branch, and I get the following errors:
{"message":"Unable to find framework info for M:System.ServiceModel.Security.X509ClientCertificateAuthentication.#ctor","source":"ECMA2Yaml","file":"C:\\builds\\dotnet-api-docs\\DotNetDoc\\xml\\System.ServiceModel.Security\\X509ClientCertificateAuthentication.xml","line":null,"message_severity":0,"message_severity_string":"Error","code":"ECMA2Yaml_Framework_NotFound","date_time":"2024-11-15T10:39:22.3315182Z","log_item_type":2,"log_item_type_string":"User","category":"ECMA2Yaml"}
{"message":"Unable to find framework info for M:System.ServiceModel.Dispatcher.EndpointDispatcher.#ctor","source":"ECMA2Yaml","file":"C:\\builds\\dotnet-api-docs\\DotNetDoc\\xml\\System.ServiceModel.Dispatcher\\EndpointDispatcher.xml","line":null,"message_severity":0,"message_severity_string":"Error","code":"ECMA2Yaml_Framework_NotFound","date_time":"2024-11-15T10:39:22.3156004Z","log_item_type":2,"log_item_type_string":"User","category":"ECMA2Yaml"}
Seems like the dotnet9 update broke something, can you please check?