@microsoft/sarif-multitool-darwin 4.5.4 → 4.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="utf-8" ?>
2
+ <configuration>
3
+ <runtime>
4
+ <Thread_UseAllCpuGroups enabled="true"/>
5
+ <GCCpuGroup enabled="true"/>
6
+ <gcServer enabled="true"/>
7
+ </runtime>
8
+ </configuration>
Binary file
@@ -0,0 +1,39 @@
1
+ <?xml version="1.0"?>
2
+ <doc>
3
+ <assembly>
4
+ <name>Sarif.Multitool</name>
5
+ </assembly>
6
+ <members>
7
+ <member name="T:Microsoft.CodeAnalysis.Sarif.Multitool.MultitoolResources">
8
+ <summary>
9
+ A strongly-typed resource class, for looking up localized strings, etc.
10
+ </summary>
11
+ </member>
12
+ <member name="P:Microsoft.CodeAnalysis.Sarif.Multitool.MultitoolResources.ResourceManager">
13
+ <summary>
14
+ Returns the cached ResourceManager instance used by this class.
15
+ </summary>
16
+ </member>
17
+ <member name="P:Microsoft.CodeAnalysis.Sarif.Multitool.MultitoolResources.Culture">
18
+ <summary>
19
+ Overrides the current thread's CurrentUICulture property for all
20
+ resource lookups using this strongly typed resource class.
21
+ </summary>
22
+ </member>
23
+ <member name="P:Microsoft.CodeAnalysis.Sarif.Multitool.MultitoolResources.AT1001_Error_FiredAnError">
24
+ <summary>
25
+ Looks up a localized string similar to Fired an error result against &apos;{0}&apos;..
26
+ </summary>
27
+ </member>
28
+ <member name="P:Microsoft.CodeAnalysis.Sarif.Multitool.MultitoolResources.AT1001_FiresOnEveryTarget_Description">
29
+ <summary>
30
+ Looks up a localized string similar to Fires a notification or result for every scan target that is passed to the rule..
31
+ </summary>
32
+ </member>
33
+ <member name="M:Microsoft.CodeAnalysis.Sarif.Multitool.Program.Main(System.String[])">
34
+ <summary>The entry point for the SARIF multi utility.</summary>
35
+ <param name="args">Arguments passed in from the tool's command line.</param>
36
+ <returns>0 on success; nonzero on failure.</returns>
37
+ </member>
38
+ </members>
39
+ </doc>
Binary file
@@ -0,0 +1,79 @@
1
+ <?xml version="1.0"?>
2
+ <doc>
3
+ <assembly>
4
+ <name>Sarif.WorkItems</name>
5
+ </assembly>
6
+ <members>
7
+ <member name="M:Microsoft.CodeAnalysis.Sarif.WorkItems.SarifWorkItemFiler.#ctor(System.Uri,Microsoft.CodeAnalysis.Sarif.WorkItems.SarifWorkItemContext)">
8
+ <summary>
9
+ Initializes a new instance of the <see cref="T:Microsoft.CodeAnalysis.Sarif.WorkItems.SarifWorkItemFiler"> class.</see>
10
+ </summary>
11
+ <param name="filingUri">
12
+ The uri to the remote filing host.
13
+ </param>
14
+ <param name="filingContext">
15
+ A starting context object that configures the work item filing operation. In the
16
+ current implementation, this context is copied for each SARIF file (if any) split
17
+ from the input log and then further elaborated upon.
18
+ </param>
19
+ </member>
20
+ <member name="T:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources">
21
+ <summary>
22
+ A strongly-typed resource class, for looking up localized strings, etc.
23
+ </summary>
24
+ </member>
25
+ <member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.ResourceManager">
26
+ <summary>
27
+ Returns the cached ResourceManager instance used by this class.
28
+ </summary>
29
+ </member>
30
+ <member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.Culture">
31
+ <summary>
32
+ Overrides the current thread's CurrentUICulture property for all
33
+ resource lookups using this strongly typed resource class.
34
+ </summary>
35
+ </member>
36
+ <member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.AzureDevOpsDefaultDescriptionFooter">
37
+ <summary>
38
+ Looks up a localized string similar to &lt;br&gt;&lt;br&gt;For another viewing option, load the attached SARIF log file in: &lt;br&gt;
39
+ &lt;li&gt;The &lt;a href=&quot;https://marketplace.visualstudio.com/items?itemName=WDGIS.MicrosoftSarifViewer&quot;&gt;Visual Studio SARIF add-in&lt;/a&gt;.&lt;/li&gt;
40
+ &lt;li&gt;The &lt;a href=&quot;https://marketplace.visualstudio.com/items?itemName=WDGIS.MicrosoftSarifViewer2022&quot;&gt;Visual Studio 2022 SARIF add-in&lt;/a&gt;.&lt;/li&gt;
41
+ &lt;li&gt;The &lt;a href=&quot;https://marketplace.visualstudio.com/items?itemName=MS-SarifVSCode.sarif-viewer&quot;&gt;VS Code SARIF extension&lt;/a&gt;.&lt;/li&gt;
42
+ &lt;li&gt;The browser-hoste [rest of string was truncated]&quot;;.
43
+ </summary>
44
+ </member>
45
+ <member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.GitHubDefaultDescriptionFooter">
46
+ <summary>
47
+ Looks up a localized string similar to **For another viewing option, load the referenced SARIF log file in:**
48
+ - The [Visual Studio SARIF add-in](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/WDGIS/vsextensions/MicrosoftSarifViewer/2.1.7/vspackage)
49
+ - The [VS Code SARIF extension](https://marketplace.visualstudio.com/items?itemName=MS-SarifVSCode.sarif-viewer)
50
+ - The browser-hosted [SARIF web control](&quot;https://microsoft.github.io/sarif-web-component/).
51
+ </summary>
52
+ </member>
53
+ <member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.HtmlLinkTemplate">
54
+ <summary>
55
+ Looks up a localized string similar to &lt;a href=&quot;{1}&quot;&gt;{0}&lt;/a&gt;.
56
+ </summary>
57
+ </member>
58
+ <member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.InconsistentHostUrisProvided">
59
+ <summary>
60
+ Looks up a localized string similar to Inconsistent URIs were provided in &apos;filingContext&apos; and &apos;filingUri&apos; arguments..
61
+ </summary>
62
+ </member>
63
+ <member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.MarkdownLinkTemplate">
64
+ <summary>
65
+ Looks up a localized string similar to [{0}]({1}).
66
+ </summary>
67
+ </member>
68
+ <member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.MultipleToolsFooter">
69
+ <summary>
70
+ Looks up a localized string similar to (and other locations).
71
+ </summary>
72
+ </member>
73
+ <member name="P:Microsoft.CodeAnalysis.Sarif.WorkItems.WorkItemsResources.WorkItemBodyTemplateText">
74
+ <summary>
75
+ Looks up a localized string similar to This work item contains {0} {1} issue(s) detected in {2}{3}. Click the &apos;Scans&apos; tab to review results..
76
+ </summary>
77
+ </member>
78
+ </members>
79
+ </doc>
package/Sarif.pdb CHANGED
Binary file