Skip to content

Refactored to clean up the endpoint registrations and make functional… #497

Refactored to clean up the endpoint registrations and make functional…

Refactored to clean up the endpoint registrations and make functional… #497

Triggered via push April 18, 2024 01:55
Status Success
Total duration 1m 28s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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.