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

Bump express from 4.18.2 to 4.19.2 in /3_Web/ASPNETCore/AngularSample/ClientApp #208

Merged
Changes from all commits
Commits
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
64 changes: 32 additions & 32 deletions 3_Web/ASPNETCore/AngularSample/ClientApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


Unchanged files with check annotations Beta

// with using declaration instead of try/finally
void ColdCallFileReaderLoop2(string fileName)

Check warning on line 15 in 1_CS/ErrorsAndExceptions/SolicitColdCall/Program.cs

GitHub Actions / Analyze (csharp)

The local function 'ColdCallFileReaderLoop2' is declared but never used

Check warning on line 15 in 1_CS/ErrorsAndExceptions/SolicitColdCall/Program.cs

GitHub Actions / Analyze (csharp)

The local function 'ColdCallFileReaderLoop2' is declared but never used
{
using ColdCallFileReader peopleToRing = new();
try
{
if (!optionsBuilder.IsConfigured)
{
#warning To protect potentially sensitive information in your connection string, you should move it out of source code. You can avoid scaffolding the connection string by using the Name= syntax to read it from configuration - see https://go.microsoft.com/fwlink/?linkid=2131148. For more guidance on storing connection strings, see http://go.microsoft.com/fwlink/?LinkId=723263.

Check warning on line 28 in 2_Libs/EFCore/ScaffoldSample/ProCSharpMenus2Context.cs

GitHub Actions / Analyze (csharp)

#warning: 'To protect potentially sensitive information in your connection string, you should move it out of source code. You can avoid scaffolding the connection string by using the Name= syntax to read it from configuration - see https://go.microsoft.com/fwlink/?linkid=2131148. For more guidance on storing connection strings, see http://go.microsoft.com/fwlink/?LinkId=723263.'

Check warning on line 28 in 2_Libs/EFCore/ScaffoldSample/ProCSharpMenus2Context.cs

GitHub Actions / Analyze (csharp)

#warning: 'To protect potentially sensitive information in your connection string, you should move it out of source code. You can avoid scaffolding the connection string by using the Name= syntax to read it from configuration - see https://go.microsoft.com/fwlink/?linkid=2131148. For more guidance on storing connection strings, see http://go.microsoft.com/fwlink/?LinkId=723263.'
optionsBuilder.UseSqlServer("server=(localdb)\\mssqllocaldb;database=ProCSharpMenus2;trusted_connection=true");
}
}