Skip to content
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

[docs] Remove invalid code line in example #1127

Merged
merged 2 commits into from
Jul 18, 2023
Merged

Conversation

hhunter-ms
Copy link
Contributor

Description

See title

Issue reference

PR will close: dapr/docs#1426

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
@hhunter-ms hhunter-ms requested review from a team as code owners July 13, 2023 17:58
@codecov
Copy link

codecov bot commented Jul 13, 2023

Codecov Report

Merging #1127 (a6f887a) into master (6dae4e3) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1127      +/-   ##
==========================================
+ Coverage   67.16%   67.18%   +0.01%     
==========================================
  Files         170      170              
  Lines        5695     5695              
  Branches      607      607              
==========================================
+ Hits         3825     3826       +1     
+ Misses       1727     1726       -1     
  Partials      143      143              
Flag Coverage Δ
net6 67.09% <ø> (ø)
net7 67.09% <ø> (ø)
netcoreapp3.1 67.14% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

@halspang halspang added this to the v1.12 milestone Jul 18, 2023
@halspang halspang merged commit 2449bcd into dapr:master Jul 18, 2023
12 checks passed
onionhammer pushed a commit to onionhammer/dotnet-sdk that referenced this pull request Aug 22, 2023
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Erik O'Leary <erik.m.oleary@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.NET Actor example includes the code line app.UseHttpsRedirection();
2 participants