Skip to content

Commit

Permalink
added single file deployment rule to executable/installer/dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-rn committed Nov 15, 2023
1 parent 08b3d5c commit 8e8a7d9
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
rule:
meta:
name: bundled with .NET single-file deployment
namespace: runtime/dotnet
authors:
- [email protected]
scope: file
references:
- https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli
- https://github.com/dotnet/runtime/blob/84de9b678613675e0444b265905c82d33dae33a8/src/installer/managed/Microsoft.NET.HostModel/AppHost/HostWriter.cs
examples:
- a83339b07cf2bf1aeda192de42760c625d4b2f106260f58c902d02f4766848d5
features:
- or:
- and:
- match: contains PDB path
- string: "singlefilehost.pdb"
- export: DotNetRuntimeInfo
- export: corehost_initialize

0 comments on commit 8e8a7d9

Please sign in to comment.