8000 WebRequestPSCmdlet.Common.cs nullable comments by CarloToso · Pull Request #19162 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content

WebRequestPSCmdlet.Common.cs nullable comments #19162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
f3d346e
nullable comments WebRequestPSCmdlet
CarloToso Feb 16, 2023
c7887d2
move #nullable enable to the top
CarloToso Feb 17, 2023
6adf926
Uri?
CarloToso Feb 17, 2023
e88266e
requestContentLength
CarloToso Feb 18, 2023
d0acf91
requestContentLength
CarloToso Feb 18, 2023
56f6235
QualifyFilePath
CarloToso Feb 18, 2023
bf0df35
QualifyFilePath(OutFile)
CarloToso Feb 19, 2023
5ca37a7
response.Content.Headers.ContentRange?
CarloToso Feb 19, 2023
d3a8d0d
object? fieldValue
CarloToso Feb 19, 2023
49d220c
encodedValue
CarloToso Feb 19, 2023
fb0ca03
jsonNode
CarloToso Feb 19, 2023
12b3546
WebSession
CarloToso Feb 19, 2023
9391d50
credential
CarloToso Feb 19, 2023
983a42b
_relationLink
CarloToso Feb 19, 2023
994af88
WebSession
CarloToso Feb 20, 2023
f8bc141
_relationLink
CarloToso Feb 20, 2023
5e18819
CustomMethod
CarloToso Feb 20, 2023
92e4eda
request.RequestUri
CarloToso Feb 20, 2023
db5c2e1
remove wrong ArgumentNullException.ThrowIfNull(uri)
CarloToso Feb 22, 2023
e7142b0
requestUri return if null
CarloToso Feb 22, 2023
2cd78c9
fix incorrect behaviour jsonString
CarloToso Feb 22, 2023
9725f2f
correct behaviour _relationLink
CarloToso Feb 22, 2023
8f0c2d0
request.RequestUri
CarloToso Feb 22, 2023
70df0de
remove empty line
CarloToso Feb 22, 2023
85ced01
Follow suggestion WebSession
CarloToso Feb 22, 2023
b16d613
follow suggestion sessionvariable
CarloToso Feb 23, 2023
c006dad
possible solution for currentUri
CarloToso Feb 23, 2023
efaa3fc
use GetValueOrDefault(); reorder
CarloToso Feb 27, 2023
f8bb551
prepre for merge
CarloToso Feb 28, 2023
4c67555
Merge branch 'master' into webcmdlets-nullable
CarloToso Feb 28, 2023
031cfce
forgot ;
CarloToso Feb 28, 2023
f5a46ae
Follow suggestions [DisallowNull]
CarloToso Feb 28, 2023
d3d4f3b
add nameof()
CarloToso Feb 28, 2023
433f9fa
null!
CarloToso Feb 28, 2023
015c708
revert some changes
CarloToso Mar 1, 2023
eecd732
Merge branch 'master' into webcmdlets-nullable
CarloToso Mar 1, 2023
36f5116
Merge branch 'master' into webcmdlets-nullable
CarloToso Mar 7, 2023
65af8a6
Websession = null!
CarloToso Mar 7, 2023
3e342f4
remove spaces
CarloToso Mar 7, 2023
498f44a
Merge branch 'master' into webcmdlets-nullable
CarloToso Mar 17, 2023
d5f692a
Merge branch 'master' into webcmdlets-nullable
CarloToso Apr 24, 2023
e5a92d6
some fixes
CarloToso Apr 24, 2023
cd03c66
Update src/Microsoft.PowerShell.Commands.Utility/commands/utility/Web…
CarloToso Apr 24, 2023
5a9d572
more fixes
CarloToso Apr 24, 2023
c5e9016
_qualifiedOutFile [AllowNull]
CarloToso Apr 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
0