Documentation ¶ Overview ¶ Package csharp implements the C# import extractor. Index ¶ func DepKey(_ string) string func Extract(body []byte, opts extract.Options) (extract.Result, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DepKey ¶ func DepKey(_ string) string DepKey is intentionally empty for C#. NuGet packages don't map 1:1 to namespaces (e.g. `Microsoft.Extensions.Logging` is split across many packages), so resolution requires consumer-side metadata. func Extract ¶ func Extract(body []byte, opts extract.Options) (extract.Result, error) Extract runs the C# import pass over body. Types ¶ This section is empty. Source Files ¶ View all Source files callgraph.goextract.gonormalize.go Click to show internal directories. Click to hide internal directories.