24 |
24 |
microsoft.codeanalysis.analyzers@3.3.3
|
25 |
25 |
microsoft.codeanalysis.common@4.4.0
|
26 |
26 |
microsoft.codeanalysis.csharp@4.4.0
|
27 |
|
microsoft.codeanalysis.netanalyzers@7.0.3-preview1.23267.1
|
|
27 |
microsoft.codeanalysis.netanalyzers@7.0.4
|
28 |
28 |
microsoft.codecoverage@17.3.3
|
29 |
29 |
microsoft.csharp@4.0.1
|
30 |
30 |
microsoft.csharp@4.3.0
|
31 |
31 |
microsoft.csharp@4.7.0
|
32 |
|
microsoft.extensions.objectpool@7.0.9
|
|
32 |
microsoft.extensions.objectpool@7.0.11
|
33 |
33 |
microsoft.management.infrastructure.runtime.unix@2.0.0
|
34 |
34 |
microsoft.management.infrastructure.runtime.win@2.0.0
|
35 |
35 |
microsoft.management.infrastructure@2.0.0
|
... | ... | |
48 |
48 |
microsoft.win32.registry.accesscontrol@7.0.0
|
49 |
49 |
microsoft.win32.registry@5.0.0
|
50 |
50 |
microsoft.win32.systemevents@7.0.0
|
51 |
|
microsoft.windows.compatibility@7.0.4
|
|
51 |
microsoft.windows.compatibility@7.0.5
|
52 |
52 |
namotion.reflection@2.1.2
|
53 |
53 |
netstandard.library@1.6.1
|
54 |
54 |
newtonsoft.json@13.0.1
|
... | ... | |
107 |
107 |
runtime.win-arm64.runtime.native.system.data.sqlclient.sni@4.4.0
|
108 |
108 |
runtime.win-x64.runtime.native.system.data.sqlclient.sni@4.4.0
|
109 |
109 |
runtime.win-x86.runtime.native.system.data.sqlclient.sni@4.4.0
|
110 |
|
stylecop.analyzers.unstable@1.2.0.435
|
111 |
|
stylecop.analyzers@1.2.0-beta.435
|
|
110 |
stylecop.analyzers.unstable@1.2.0.507
|
|
111 |
stylecop.analyzers@1.2.0-beta.507
|
112 |
112 |
system.appcontext@4.3.0
|
113 |
113 |
system.buffers@4.3.0
|
114 |
114 |
system.codedom@7.0.0
|
... | ... | |
132 |
132 |
system.diagnostics.tools@4.0.1
|
133 |
133 |
system.diagnostics.tools@4.3.0
|
134 |
134 |
system.diagnostics.tracing@4.3.0
|
135 |
|
system.directoryservices.accountmanagement@7.0.0
|
|
135 |
system.directoryservices.accountmanagement@7.0.1
|
136 |
136 |
system.directoryservices.protocols@7.0.1
|
137 |
137 |
system.directoryservices@7.0.1
|
138 |
138 |
system.drawing.common@7.0.0
|
... | ... | |
211 |
211 |
system.security.cryptography.encoding@4.3.0
|
212 |
212 |
system.security.cryptography.openssl@4.3.0
|
213 |
213 |
system.security.cryptography.pkcs@7.0.0
|
|
214 |
system.security.cryptography.pkcs@7.0.2
|
214 |
215 |
system.security.cryptography.pkcs@7.0.3
|
215 |
216 |
system.security.cryptography.primitives@4.3.0
|
216 |
217 |
system.security.cryptography.protecteddata@7.0.1
|
... | ... | |
253 |
254 |
system.xml.readerwriter@4.0.11
|
254 |
255 |
system.xml.readerwriter@4.3.0
|
255 |
256 |
system.xml.xdocument@4.0.11
|
|
257 |
system.xml.xdocument@4.0.11
|
256 |
258 |
system.xml.xdocument@4.3.0
|
257 |
259 |
validation@2.4.22
|
258 |
260 |
xunit.abstractions@2.0.2
|
... | ... | |
316 |
318 |
"${S}/src/Modules/PSGalleryModules.csproj"
|
317 |
319 |
)
|
318 |
320 |
# Lower warning level to skip CS0162 error for the "disable-telemetry" patch.
|
319 |
|
DOTNET_PKG_BUILD_EXTRA_ARGS=( -p:WarningLevel=1 )
|
|
321 |
DOTNET_PKG_BUILD_EXTRA_ARGS=(
|
|
322 |
-p:WarningLevel=1
|
|
323 |
)
|
320 |
324 |
PATCHES=(
|
321 |
325 |
"${FILESDIR}/pwsh-7.3.3-disable-telemetry.patch"
|
322 |
326 |
"${FILESDIR}/pwsh-7.3.3-disable-update-check.patch"
|
... | ... | |
340 |
344 |
src_prepare() {
|
341 |
345 |
dotnet-pkg_src_prepare
|
342 |
346 |
|
343 |
|
local fake_describe="v${PV}-0-g0deb490cb0c1a9267e3ba9a766fde4dcb9606a9c"
|
|
347 |
# This is guarded by "RegexGitVersion" in "PowerShell.Common.props".
|
|
348 |
local fake_describe="v${PV}-0-g0"
|
344 |
349 |
sed -i "s|git describe --abbrev=60 --long|echo ${fake_describe}|" \
|
345 |
350 |
PowerShell.Common.props || die
|
346 |
351 |
|