Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/dotnet/private/providers.bzl
1989 views
NugetPackageInfo = provider(
    fields = {
        "csproj": "The `.csproj` `File` that generated this package. May be `None`",
        "package": "The nuget package as a `File`",
        "symbols": "The symbols nuget package as a `File`",
    },
)