Skip to content

Added app insights and fixed a broken test in support of #466. #517

Added app insights and fixed a broken test in support of #466.

Added app insights and fixed a broken test in support of #466. #517

Triggered via push July 7, 2024 04:52
Status Success
Total duration 1m 19s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: NumberSearch.DataAccess/Twilio/LineTypeIntelligence.cs#L55
Non-nullable property 'carrier_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NumberSearch.DataAccess/Twilio/LineTypeIntelligence.cs#L56
Non-nullable property 'error_code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NumberSearch.DataAccess/Twilio/LineTypeIntelligence.cs#L57
Non-nullable property 'mobile_country_code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NumberSearch.DataAccess/Twilio/LineTypeIntelligence.cs#L58
Non-nullable property 'mobile_network_code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NumberSearch.DataAccess/Twilio/LineTypeIntelligence.cs#L59
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NumberSearch.DataAccess/Twilio/LineTypeIntelligence.cs#L12
Non-nullable property 'call_forwarding' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NumberSearch.DataAccess/Twilio/LineTypeIntelligence.cs#L13
Non-nullable property 'caller_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NumberSearch.DataAccess/Twilio/LineTypeIntelligence.cs#L14
Non-nullable property 'calling_country_code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NumberSearch.DataAccess/Twilio/LineTypeIntelligence.cs#L15
Non-nullable property 'country_code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NumberSearch.DataAccess/Twilio/LineTypeIntelligence.cs#L16
Non-nullable property 'disposable_phone_number_risk' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.